Searched refs: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) macro202 void *ptr2 = HEAP_REALLOC(ptr, size); in realloc()
Completed in 2 milliseconds