Home
last modified time | relevance | path

Searched refs:vm_allocate (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Dprotected_memory_allocator.cc43 kern_return_t result = vm_allocate(mach_task_self(), in ProtectedMemoryAllocator()
/external/valgrind/coregrind/
Dpub_core_threadstate.h183 } vm_allocate; member
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h625 DECL_TEMPLATE(darwin, vm_allocate);
Dsyswrap-darwin.c6339 PRE(vm_allocate) in PRE() argument
6357 MACH_ARG(vm_allocate.size) = req->size; in PRE()
6358 MACH_ARG(vm_allocate.flags) = req->flags; in PRE()
6360 AFTER = POST_FN(vm_allocate); in PRE()
6363 POST(vm_allocate) in POST() argument
6381 if (MACH_ARG(vm_allocate.size)) { in POST()
6383 reply->address, MACH_ARG(vm_allocate.size), in POST()
8207 CALL_PRE(vm_allocate); in PRE()
/external/lldb/examples/darwin/heap_find/heap/
Dheap_find.cpp369 kern_return_t kerr = vm_allocate (mach_task_self(), &address, vm_size, true); in safe_malloc()