mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-20 01:04:50 +02:00
Addressing PR comments
This commit is contained in:
@@ -419,6 +419,7 @@ extern "C" {
|
||||
|
||||
/* prototypes for user heap override functions */
|
||||
/* Note: Realloc only required for normal math */
|
||||
/* Note2: XFREE(NULL) must be properly handled */
|
||||
#include <stddef.h> /* for size_t */
|
||||
extern void *myMalloc(size_t n, void* heap, int type);
|
||||
extern void myFree(void *p, void* heap, int type);
|
||||
|
||||
Reference in New Issue
Block a user