Searched refs:ScopedMachVM (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/mac/
H A Dscoped_mach_vm.h16 // Use ScopedMachVM to supervise ownership of pages in the current process
18 // released when exiting a scope with ScopedMachVM.
21 // allocation managed by a ScopedMachVM object may span multiple pages. As far
26 // allocation to ScopedMachVM, it also needs to know the size of the
43 // ScopedMachVM vm_owner(address, mach_vm_round_page(size));
48 class BASE_EXPORT ScopedMachVM { class in namespace:base::mac
50 explicit ScopedMachVM(vm_address_t address = 0, vm_size_t size = 0) function in class:base::mac::ScopedMachVM
57 ~ScopedMachVM() {
73 void swap(ScopedMachVM& that) {
87 DISALLOW_COPY_AND_ASSIGN(ScopedMachVM);
[all...]
H A Dscoped_mach_vm.cc10 void ScopedMachVM::reset(vm_address_t address, vm_size_t size) {
/external/chromium_org/sandbox/mac/
H A Dmach_message_server.h62 base::mac::ScopedMachVM request_buffer_;
63 base::mac::ScopedMachVM reply_buffer_;
/external/chromium_org/base/memory/
H A Ddiscardable_memory_mac.cc149 mac::ScopedMachVM memory_;

Completed in 2920 milliseconds