Home
last modified time | relevance | path

Searched refs:mach_vm_deallocate (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Dmach_vm_compat.h40 #define mach_vm_deallocate vm_deallocate macro
Ddynamic_images.cc211 mach_vm_deallocate(mach_task_self(), (uintptr_t)local_start, local_length); in ReadTaskMemory()
/external/valgrind/coregrind/
Dpub_core_threadstate.h227 } mach_vm_deallocate; member
/external/lldb/tools/debugserver/source/MacOSX/
DMachTask.cpp291 …kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)(uintptr_t)threads, tcnt * sizeof(*th… in get_threads_profile_data()
919 ::mach_vm_deallocate (task, addr, size); in AllocateMemory()
948 return ::mach_vm_deallocate (task, (*pos).first, (*pos).second) == KERN_SUCCESS; in DeallocateMemory()
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h616 DECL_TEMPLATE(darwin, mach_vm_deallocate);
Dsyswrap-darwin.c6763 PRE(mach_vm_deallocate) in PRE() argument
6780 MACH_ARG(mach_vm_deallocate.address) = req->address; in PRE()
6781 MACH_ARG(mach_vm_deallocate.size) = req->size; in PRE()
6783 AFTER = POST_FN(mach_vm_deallocate); in PRE()
6790 POST(mach_vm_deallocate) in POST() argument
6805 if (MACH_ARG(mach_vm_deallocate.size)) { in POST()
6806 Addr start = VG_PGROUNDDN(MACH_ARG(mach_vm_deallocate.address)); in POST()
6807 Addr end = VG_PGROUNDUP(MACH_ARG(mach_vm_deallocate.address) + in POST()
6808 MACH_ARG(mach_vm_deallocate.size)); in POST()
7895 CALL_PRE(mach_vm_deallocate); in PRE()