Home
last modified time | relevance | path

Searched refs:expand_heap (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc.c204 static struct chunk *expand_heap(size_t n) in expand_heap() function
385 c = expand_heap(n); in malloc()
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
H A Dmalloc.c196 static struct chunk *expand_heap(size_t n) in expand_heap() function
336 c = expand_heap(n); in malloc()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc.c198 static struct chunk *expand_heap(size_t n) in expand_heap() function
361 c = expand_heap(n); in malloc()

Completed in 3 milliseconds