Searched refs:grow_heap (Results 1 – 2 of 2) sorted by relevance
/malloc/ | ||
A D | arena.c | 583 grow_heap (heap_info *h, long diff) in grow_heap() function |
A D | malloc.c | 2635 && grow_heap (old_heap, MINSIZE + nb - old_size) == 0) in sysmalloc() |
Completed in 14 milliseconds