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

/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c36 // typically via heap_grow(). Initial layout:
200 static ssize_t heap_grow(size_t len);
924 while (heap_grow(growby) < 0) {
1074 static ssize_t heap_grow(size_t size) { function
1096 // that's unlikely to satisfy future calls to heap_grow().
1136 heap_grow(initial_alloc);

Completed in 27 milliseconds