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

/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c861 char* new_os_allocation_start = local
864 new_os_allocation_start - old_os_allocation_start;
879 create_allocation_header(new_os_allocation_start, 0,
882 FixLeftPointer(right, (header_t*)new_os_allocation_start);
885 char* new_free = new_os_allocation_start + sentinel_size;
887 create_free_area(new_free, new_os_allocation_start,

Completed in 23 milliseconds