Home
last modified time | relevance | path

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

/third_party/musl/src/malloc/
Dlite_malloc.c29 char *new = __expand_heap(&m); in __simple_malloc()
Dexpand_heap.c41 void *__expand_heap(size_t *pn) in __expand_heap() function
Dmalloc.c140 p = __expand_heap(&n); in expand_heap()
/third_party/musl/src/internal/
Dmalloc_impl.h6 hidden void *__expand_heap(size_t *);
/third_party/musl/porting/liteos_a/user_debug/src/internal/
Dmalloc_impl.h20 hidden void *__expand_heap(size_t *);
/third_party/musl/porting/linux/user/src/internal/
Dmalloc_impl.h7 hidden void *__expand_heap(size_t *);
/third_party/musl/porting/liteos_a/user/src/malloc/
Dmalloc.c140 p = __expand_heap(&n); in expand_heap()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmalloc.c142 p = __expand_heap(&n); in expand_heap()
/third_party/musl/porting/linux/user/src/malloc/
Dmalloc.c433 p = __expand_heap(&n); in expand_heap()