Searched refs:usable_region (Results 1 – 1 of 1) sorted by relevance
62 char* usable_region = reinterpret_cast<char*>(ptr) + GuardSize(); in Allocate() local69 char* usable_region = reinterpret_cast<char*>(ptr) + GuardSize(); in Allocate() local71 res |= mprotect(usable_region + rounded_up_size, GuardSize(), PROT_NONE); in Allocate()75 auto memory = PagedMemory(usable_region, req_size); in Allocate()