Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
Dmalloc_impl.h20 hidden void *__expand_heap(size_t *);
Dmalloc.c164 void *__expand_heap(size_t *pn) in __expand_heap() function
209 p = __expand_heap(&n); in expand_heap()
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
Dmalloc.c162 static void *__expand_heap(size_t *pn) in __expand_heap() function
207 p = __expand_heap(&n); in expand_heap()
/third_party/musl/src/malloc/oldmalloc/
Dmalloc.c162 static void *__expand_heap(size_t *pn) in __expand_heap() function
207 p = __expand_heap(&n); in expand_heap()