Home | History | Annotate | Download | only in src

Lines Matching refs:reservation

345   void set_reserved_memory(VirtualMemory* reservation) {
346 ASSERT_NOT_NULL(reservation);
347 reservation_.TakeControl(reservation);
614 // If the chunk needs to remember its memory reservation, it is stored here.
998 void FreeMemory(VirtualMemory* reservation, Executability executable);