Home | History | Annotate | Download | only in src

Lines Matching defs:VirtualMemory

324 // Control of the reserved memory can be assigned to another VirtualMemory
327 class VirtualMemory {
329 // Empty VirtualMemory object, controlling no reserved memory.
330 VirtualMemory();
333 explicit VirtualMemory(size_t size);
338 VirtualMemory(size_t size, size_t alignment);
340 // Releases the reserved memory, if any, controlled by this VirtualMemory
342 ~VirtualMemory();
347 // Initialize or resets an embedded VirtualMemory object.
376 // Notice: Order is important here. The VirtualMemory object might live
386 // Assign control of the reserved region to a different VirtualMemory object.
388 void TakeControl(VirtualMemory* from) {