Searched defs:HEAP_REALLOC (Results 1 – 1 of 1) sorted by relevance
39 static inline void *HEAP_REALLOC(void *ptr, size_t s) { return miniheap_realloc(ptr, s); } in HEAP_REALLOC() function66 #define HEAP_REALLOC cmpct_realloc macro88 #define HEAP_REALLOC(p, s) dlrealloc(p, s) macro
Completed in 3 milliseconds