Home
last modified time | relevance | path

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

/external/perfetto/src/base/
Dpaged_memory.cc54 size_t rounded_up_size = RoundUpToSysPageSize(req_size); in Allocate() local
55 PERFETTO_CHECK(rounded_up_size >= req_size); in Allocate()
56 size_t outer_size = rounded_up_size + GuardSize() * 2; in Allocate()
71 res |= mprotect(usable_region + rounded_up_size, GuardSize(), PROT_NONE); in Allocate()