Home
last modified time | relevance | path

Searched refs:HEAP_REALLOC (Results 1 – 1 of 1) sorted by relevance

/lk-master/lib/heap/
A Dheap_wrapper.c39 static inline void *HEAP_REALLOC(void *ptr, size_t s) { return miniheap_realloc(ptr, s); } in HEAP_REALLOC() function
66 #define HEAP_REALLOC cmpct_realloc macro
88 #define HEAP_REALLOC(p, s) dlrealloc(p, s) macro
202 void *ptr2 = HEAP_REALLOC(ptr, size); in realloc()

Completed in 2 milliseconds