Addressing PR comments

This commit is contained in:
Andras Fekete
2024-08-06 14:48:34 -04:00
parent 101088c390
commit b6a9c38950
14 changed files with 20 additions and 1 deletions
+1
View File
@@ -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);