Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/lib/heap/cmpctmalloc/
Dcmpctmalloc.c680 char *new_os_allocation_end = (char *) in cmpct_trim() local
682 size_t freed_up = old_os_allocation_end - new_os_allocation_end; in cmpct_trim()
694 page_free(new_os_allocation_end, freed_up >> PAGE_SIZE_SHIFT); in cmpct_trim()