mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Updates based on Jacobs Feedback
This commit is contained in:
@@ -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) */
|
||||
|
Reference in New Issue
Block a user