Home
last modified time | relevance | path

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

/lk-master/lib/heap/cmpctmalloc/
A Dcmpctmalloc.c652 char *new_os_allocation_start = in cmpct_trim() local
654 size_t freed_up = new_os_allocation_start - old_os_allocation_start; in cmpct_trim()
666 create_allocation_header(new_os_allocation_start, 0, sentinel_size, NULL); in cmpct_trim()
668 FixLeftPointer(right, (header_t *)new_os_allocation_start); in cmpct_trim()
671 char *new_free = new_os_allocation_start + sentinel_size; in cmpct_trim()
673 create_free_area(new_free, new_os_allocation_start, new_free_size, NULL); in cmpct_trim()

Completed in 4 milliseconds