increase memory bucket size

This commit is contained in:
Go Hosohara
2018-09-05 11:37:18 +09:00
parent c28e981b9b
commit d9c0e1ddde

View File

@ -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