Home | History | Annotate | Download | only in src

Lines Matching refs:reservation

347   void set_reserved_memory(VirtualMemory* reservation) {
348 ASSERT_NOT_NULL(reservation);
349 reservation_.TakeControl(reservation);
683 // If the chunk needs to remember its memory reservation, it is stored here.
1123 void FreeMemory(VirtualMemory* reservation, Executability executable);