Updates based on Jacobs Feedback

This commit is contained in:
kaleb-himes
2018-12-17 09:42:15 -07:00
parent 502e3c2b6d
commit 15b6c39929

View File

@@ -106,11 +106,11 @@ 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 32,128,256,512,1024,2432,3456,4544,23440
#define WOLFMEM_BUCKETS 64,128,256,512,1024,2432,3456,4544,23440
#endif
#endif
#ifndef WOLFMEM_DIST
#define WOLFMEM_DIST 49,4,4,12,4,5,8,1,1
#define WOLFMEM_DIST 49,10,6,14,5,6,9,1,1
#endif
/* flags for loading static memory (one hot bit) */