Home | History | Annotate | Download | only in src

Lines Matching refs:VirtualMemory

391 // Control of the reserved memory can be assigned to another VirtualMemory
394 class VirtualMemory {
396 // Empty VirtualMemory object, controlling no reserved memory.
397 VirtualMemory();
400 explicit VirtualMemory(size_t size);
405 VirtualMemory(size_t size, size_t alignment);
407 // Releases the reserved memory, if any, controlled by this VirtualMemory
409 ~VirtualMemory();
414 // Initialize or resets an embedded VirtualMemory object.
443 // Notice: Order is important here. The VirtualMemory object might live
453 VirtualMemory object.
455 void TakeControl(VirtualMemory* from) {