forked from wolfSSL/wolfssl
increase memory bucket size
This commit is contained in:
@ -106,7 +106,7 @@ WOLFSSL_API int wolfSSL_GetAllocators(wolfSSL_Malloc_cb*,
|
||||
#define WOLFMEM_BUCKETS 64,128,256,512,1024,2432,3456,4544,24576
|
||||
#else
|
||||
/* increase 23k for object member of WOLFSSL_X509_NAME_ENTRY */
|
||||
#define WOLFMEM_BUCKETS 64,128,256,512,1024,2432,3456,4544,23248
|
||||
#define WOLFMEM_BUCKETS 64,128,256,512,1024,2432,3456,4544,23440
|
||||
#endif
|
||||
#endif
|
||||
#ifndef WOLFMEM_DIST
|
||||
|
Reference in New Issue
Block a user