Lines Matching refs:reservation
290 // Represents a VirtualMemory reservation along with a BoundedPageAllocator that
291 // can be used to allocate within the reservation.
308 // reservation size
310 // - The reservation is made using ReservationParams::page_allocator.
311 // - start is the start of the virtual memory reservation.
320 // - The reservation size is configured by ReservationParams::reservation_size
336 // - The reservation size must be AllocatePageSize-aligned.
359 VirtualMemory* reservation() { return &reservation_; }
360 const VirtualMemory* reservation() const { return &reservation_; }
384 // If an existing reservation is provided, it will be used for this cage
385 // instead. The caller retains ownership of the reservation and is responsible