Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/lib/heap/cmpctmalloc/
Dcmpctmalloc.c678 char *old_os_allocation_end = (char *)round_up((uintptr_t)right, PAGE_SIZE); in cmpct_trim() local
682 size_t freed_up = old_os_allocation_end - new_os_allocation_end; in cmpct_trim()