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

/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c496 char* next_block = cmpct_alloc(8 + ((theheap.remaining - target) >> 2)); local
497 *(char**)next_block = answer;
498 answer = next_block;
511 char* next_block = *(char**)block; local
513 block = next_block;

Completed in 27 milliseconds