Home
last modified time | relevance | path

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

/external/trusty/musl/src/malloc/
Dmalloc.c126 static struct chunk *expand_heap(size_t n) in expand_heap() function
306 c = expand_heap(n); in malloc()
/external/musl/src/malloc/oldmalloc/
Dmalloc.c196 static struct chunk *expand_heap(size_t n) in expand_heap() function
336 c = expand_heap(n); in malloc()