Lines Matching defs:VirtualMemory
457 // Control of the reserved memory can be assigned to another VirtualMemory
460 class VirtualMemory {
462 // Empty VirtualMemory object, controlling no reserved memory.
463 VirtualMemory();
466 explicit VirtualMemory(size_t size);
471 VirtualMemory(size_t size, size_t alignment);
473 // Releases the reserved memory, if any, controlled by this VirtualMemory
475 ~VirtualMemory();
480 // Initialize or resets an embedded VirtualMemory object.
509 // Notice: Order is important here. The VirtualMemory object might live
519 // Assign control of the reserved region to a different VirtualMemory object.
521 void TakeControl(VirtualMemory* from) {