Home
last modified time | relevance | path

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

/external/perfetto/src/base/
Dpaged_memory.cc62 char* usable_region = reinterpret_cast<char*>(ptr) + GuardSize(); in Allocate() local
69 char* usable_region = reinterpret_cast<char*>(ptr) + GuardSize(); in Allocate() local
71 res |= mprotect(usable_region + rounded_up_size, GuardSize(), PROT_NONE); in Allocate()
75 auto memory = PagedMemory(usable_region, req_size); in Allocate()