Home
last modified time | relevance | path

Searched refs:vm_deallocate (Results 1 – 18 of 18) sorted by relevance

/external/lldb/tools/darwin-threads/
Dexamine-threads.c191vm_deallocate (mach_task_self (), (vm_address_t) names, nameslen * sizeof (mach_port_t)); in inferior_namespace_mach_port_num()
192vm_deallocate (mach_task_self (), (vm_address_t) types, typeslen * sizeof (mach_port_t)); in inferior_namespace_mach_port_num()
197 vm_deallocate (mach_task_self (), (vm_address_t) names, nameslen * sizeof (mach_port_t)); in inferior_namespace_mach_port_num()
198 vm_deallocate (mach_task_self (), (vm_address_t) types, typeslen * sizeof (mach_port_t)); in inferior_namespace_mach_port_num()
468 vm_deallocate (mytask, (vm_address_t) thread_list, in main()
481 vm_deallocate (mytask, (vm_address_t) task, sizeof (task_t)); in main()
/external/webrtc/src/system_wrappers/source/
Dcpu_mac.cc58 vm_deallocate(mach_task_self(), (vm_address_t)infoArray, infoCount); in CpuWrapperMac()
139 vm_deallocate(mach_task_self(), (vm_address_t)infoArray, infoCount); in Update()
/external/google-breakpad/src/client/mac/handler/
Dmach_vm_compat.h40 #define mach_vm_deallocate vm_deallocate
Dprotected_memory_allocator.cc55 vm_deallocate(mach_task_self(), in ~ProtectedMemoryAllocator()
/external/llvm/test/CodeGen/X86/
D2009-09-10-LoadFoldingBug.ll39 %8 = call i32 @vm_deallocate(i32 undef, i64 0, i64 %0) ; <i32> [#uses=0]
43 declare i32 @vm_deallocate(i32, i64, i64)
/external/valgrind/coregrind/
Dpub_core_threadstate.h187 } vm_deallocate; member
/external/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp244 ::vm_deallocate (my_task, (vm_address_t) names, ncount * sizeof (mach_port_name_t)); in InferiorThreadID()
245 ::vm_deallocate (my_task, (vm_address_t) types, tcount * sizeof (mach_port_type_t)); in InferiorThreadID()
DMachThreadList.cpp325 ::vm_deallocate (::mach_task_self(), in UpdateThreadList()
DMachVMMemory.cpp575 ::vm_deallocate (mach_task_self (), vm_memory, curr_bytes_read); in Read()
/external/protobuf/gtest/src/
Dgtest-port.cc90 vm_deallocate(task, in GetThreadCount()
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc92 vm_deallocate(task, in GetThreadCount()
/external/mesa3d/src/gtest/src/
Dgtest-port.cc92 vm_deallocate(task, in GetThreadCount()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-port.cc97 vm_deallocate(task, in GetThreadCount()
/external/gtest/src/
Dgtest-port.cc98 vm_deallocate(task, in GetThreadCount()
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h603 DECL_TEMPLATE(darwin, vm_deallocate);
Dsyswrap-darwin.c6069 PRE(vm_deallocate) in PRE() argument
6086 MACH_ARG(vm_deallocate.address) = req->address; in PRE()
6087 MACH_ARG(vm_deallocate.size) = req->size; in PRE()
6089 AFTER = POST_FN(vm_deallocate); in PRE()
6096 POST(vm_deallocate) in POST() argument
6111 if (MACH_ARG(vm_deallocate.size)) { in POST()
6112 Addr start = VG_PGROUNDDN(MACH_ARG(vm_deallocate.address)); in POST()
6113 Addr end = VG_PGROUNDUP(MACH_ARG(vm_deallocate.address) + in POST()
6114 MACH_ARG(vm_deallocate.size)); in POST()
7392 vm_deallocate(mach_task_self(), (vm_address_t)ARG1, (vm_size_t)ARG2); in PRE()
[all …]
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc7673 vm_deallocate(task, in GetThreadCount()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc8305 vm_deallocate(task, in GetThreadCount()