Searched refs:vm_deallocate (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/base/mac/
H A Dscoped_mach_vm.cc16 vm_deallocate(mach_task_self(),
22 vm_deallocate(mach_task_self(),
H A Dscoped_mach_vm.h59 vm_deallocate(mach_task_self(), address_, size_);
/external/chromium_org/chrome/test/perf/
H A Dmach_ports_performancetest.cc69 vm_deallocate(self, reinterpret_cast<vm_address_t>(names),
71 vm_deallocate(self, reinterpret_cast<vm_address_t>(types),
/external/webrtc/src/system_wrappers/source/
H A Dcpu_mac.cc58 vm_deallocate(mach_task_self(), (vm_address_t)infoArray, infoCount);
139 vm_deallocate(mach_task_self(), (vm_address_t)infoArray, infoCount);
/external/chromium_org/extensions/browser/api/system_cpu/
H A Dcpu_info_provider_mac.cc45 vm_deallocate(mach_task_self(),
/external/lldb/tools/darwin-threads/
H A Dexamine-threads.c191 vm_deallocate (mach_task_self (), (vm_address_t) names, nameslen * sizeof (mach_port_t));
192 vm_deallocate (mach_task_self (), (vm_address_t) types, typeslen * sizeof (mach_port_t));
197 vm_deallocate (mach_task_self (), (vm_address_t) names, nameslen * sizeof (mach_port_t));
198 vm_deallocate (mach_task_self (), (vm_address_t) types, typeslen * sizeof (mach_port_t));
468 vm_deallocate (mytask, (vm_address_t) thread_list,
481 vm_deallocate (mytask, (vm_address_t) task, sizeof (task_t));
/external/valgrind/main/coregrind/
H A Dpub_core_threadstate.h203 } vm_deallocate; member in union:__anon32719::__anon32720
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp244 ::vm_deallocate (my_task, (vm_address_t) names, ncount * sizeof (mach_port_name_t));
245 ::vm_deallocate (my_task, (vm_address_t) types, tcount * sizeof (mach_port_type_t));
H A DMachThreadList.cpp325 ::vm_deallocate (::mach_task_self(),
H A DMachVMMemory.cpp575 ::vm_deallocate (mach_task_self (), vm_memory, curr_bytes_read);
/external/chromium_org/third_party/mach_override/
H A Dmach_override.c465 err = vm_deallocate(mach_task_self(), (vm_address_t) island, PAGE_SIZE );
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-port.cc92 vm_deallocate(task,
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc92 vm_deallocate(task,
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc92 vm_deallocate(task,
/external/protobuf/gtest/src/
H A Dgtest-port.cc88 vm_deallocate(task,
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-darwin.h527 DECL_TEMPLATE(darwin, vm_deallocate);
H A Dsyswrap-darwin.c5351 PRE(vm_deallocate)
5364 PRINT("vm_deallocate(%s, at %#llx, size %lld)",
5368 MACH_ARG(vm_deallocate.address) = req->address;
5369 MACH_ARG(vm_deallocate.size) = req->size;
5371 AFTER = POST_FN(vm_deallocate);
5378 POST(vm_deallocate)
5393 if (MACH_ARG(vm_deallocate.size)) {
5394 Addr start = VG_PGROUNDDN(MACH_ARG(vm_deallocate.address));
5395 Addr end = VG_PGROUNDUP(MACH_ARG(vm_deallocate.address) +
5396 MACH_ARG(vm_deallocate
[all...]
/external/gtest/src/
H A Dgtest-port.cc98 vm_deallocate(task,
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc98 vm_deallocate(task,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8305 vm_deallocate(task,
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8307 vm_deallocate(task,

Completed in 592 milliseconds