Searched refs:usable_region (Results 1 – 1 of 1) sorted by relevance
53 char* usable_region = reinterpret_cast<char*>(ptr) + kGuardSize; in Allocate() local60 char* usable_region = reinterpret_cast<char*>(ptr) + kGuardSize; in Allocate() local62 res |= mprotect(usable_region + size, kGuardSize, PROT_NONE); in Allocate()66 auto memory = PagedMemory(usable_region, size); in Allocate()