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

/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c885 char* new_free = new_os_allocation_start + sentinel_size; local
887 create_free_area(new_free, new_os_allocation_start,
889 FixLeftPointer(right, (header_t*)new_free);

Completed in 28 milliseconds