mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
Address maintenance item: external test w/ static mem
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 64,128,256,512,1024,2432,3456,4544,23440
|
||||
#define WOLFMEM_BUCKETS 32,128,256,512,1024,2432,3456,4544,23440
|
||||
#endif
|
||||
#endif
|
||||
#ifndef WOLFMEM_DIST
|
||||
#define WOLFMEM_DIST 8,4,4,12,4,5,8,1,1
|
||||
#define WOLFMEM_DIST 49,4,4,12,4,5,8,1,1
|
||||
#endif
|
||||
|
||||
/* flags for loading static memory (one hot bit) */
|
||||
|
Reference in New Issue
Block a user