Home
last modified time | relevance | path

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

/lk-master/lib/heap/
A Dheap_wrapper.c42 static inline void *HEAP_CALLOC(size_t n, size_t s) { in HEAP_CALLOC() function
71 static inline void *HEAP_CALLOC(size_t n, size_t s) { in HEAP_CALLOC() function
86 #define HEAP_CALLOC(n, s) dlcalloc(n, s) macro
188 void *ptr = HEAP_CALLOC(count, size); in calloc()

Completed in 4 milliseconds