mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
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
|
#define WOLFMEM_BUCKETS 64,128,256,512,1024,2432,3456,4544,24576
|
||||||
#else
|
#else
|
||||||
/* increase 23k for object member of WOLFSSL_X509_NAME_ENTRY */
|
/* 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
|
||||||
#endif
|
#endif
|
||||||
#ifndef WOLFMEM_DIST
|
#ifndef WOLFMEM_DIST
|
||||||
|
Reference in New Issue
Block a user