From 502e3c2b6d4f3fb5ffb10ea99482289ef2ab0962 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Fri, 14 Dec 2018 09:30:03 -0700 Subject: [PATCH] Address maintenance item: external test w/ static mem --- wolfssl/wolfcrypt/memory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wolfssl/wolfcrypt/memory.h b/wolfssl/wolfcrypt/memory.h index 661c961c8..4ba0763db 100644 --- a/wolfssl/wolfcrypt/memory.h +++ b/wolfssl/wolfcrypt/memory.h @@ -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) */