HomeSort by relevance Sort by last modified time
    Searched refs:mach_vm_deallocate (Results 1 - 6 of 6) sorted by null

  /external/google-breakpad/src/client/mac/handler/
mach_vm_compat.h 40 #define mach_vm_deallocate vm_deallocate macro
dynamic_images.cc 211 mach_vm_deallocate(mach_task_self(), (uintptr_t)local_start, local_length);
  /external/valgrind/coregrind/
pub_core_threadstate.h 227 } mach_vm_deallocate; member in union:__anon20511::__anon20512
  /external/lldb/tools/debugserver/source/MacOSX/
MachTask.cpp 291 kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)(uintptr_t)threads, tcnt * sizeof(*threads));
    [all...]
  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-darwin.h 616 DECL_TEMPLATE(darwin, mach_vm_deallocate);
syswrap-darwin.c     [all...]

Completed in 249 milliseconds