Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/lib/heap/cmpctmalloc/
Dcmpctmalloc.c701 char *new_os_allocation_start = in cmpct_trim() local
703 size_t freed_up = new_os_allocation_start - old_os_allocation_start; in cmpct_trim()
715 create_allocation_header(new_os_allocation_start, 0, sentinel_size, NULL); in cmpct_trim()
717 FixLeftPointer(right, (header_t *)new_os_allocation_start); in cmpct_trim()
720 char *new_free = new_os_allocation_start + sentinel_size; in cmpct_trim()
722 create_free_area(new_free, new_os_allocation_start, new_free_size, NULL); in cmpct_trim()