Lines Matching defs:region
82 // ^ negative guard region ^ positive guard region
241 auto region =
244 if (!region.is_empty()) {
245 FreePages(page_allocator, reinterpret_cast<void*>(region.begin()),
246 region.size());
256 auto region =
259 if (!region.is_empty()) {
260 FreePages(page_allocator, reinterpret_cast<void*>(region.begin()),
261 region.size());
455 // Get a pointer to the start of the buffer, skipping negative guard region