Skip to content

Commit

Permalink
Generic Memory Pools
Browse files Browse the repository at this point in the history
1. Make the function wolfSSL_GetMemStats() public.
  • Loading branch information
ejohnstown committed Apr 22, 2024
1 parent 7a0bcb0 commit 0b5c83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfssl/wolfcrypt/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ WOLFSSL_API int wolfSSL_GetAllocators(wolfSSL_Malloc_cb* mf,
WOLFSSL_API int wc_LoadStaticMemory(WOLFSSL_HEAP_HINT** pHint,
unsigned char* buf, unsigned int sz, int flag, int max);

WOLFSSL_LOCAL int wolfSSL_GetMemStats(WOLFSSL_HEAP* heap,
WOLFSSL_API int wolfSSL_GetMemStats(WOLFSSL_HEAP* heap,
WOLFSSL_MEM_STATS* stats);
WOLFSSL_LOCAL int SetFixedIO(WOLFSSL_HEAP* heap, wc_Memory** io);
WOLFSSL_LOCAL int FreeFixedIO(WOLFSSL_HEAP* heap, wc_Memory** io);
Expand Down

0 comments on commit 0b5c83f

Please sign in to comment.