mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
CRYPTO用ヒープを11KBに修正(InitAlloc等の管理領域を含む)
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1999 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
a2e1b0ea44
commit
9716fdc7f9
@ -36,7 +36,7 @@ static const u8 rsa_key_launcher[128] =
|
||||
#endif
|
||||
|
||||
#define RSA_HEAP_SIZE (4*1024) // RSA用ヒープサイズ
|
||||
#define CRYPTO_HEAP_SIZE (12*1024) // CRYPTO用ヒープサイズ
|
||||
#define CRYPTO_HEAP_SIZE (11*1024) // CRYPTO用ヒープサイズ
|
||||
|
||||
#define HEAP_SIZE (RSA_HEAP_SIZE > CRYPTO_HEAP_SIZE ? RSA_HEAP_SIZE : CRYPTO_HEAP_SIZE)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user