Home
last modified time | relevance | path

Searched refs:mach_vm_allocate (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_threadstate.h231 } mach_vm_allocate; member
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h684 DECL_TEMPLATE(darwin, mach_vm_allocate);
Dsyswrap-darwin.c7039 PRE(mach_vm_allocate) in PRE() argument
7057 MACH_ARG(mach_vm_allocate.size) = req->size; in PRE()
7058 MACH_ARG(mach_vm_allocate.flags) = req->flags; in PRE()
7060 AFTER = POST_FN(mach_vm_allocate); in PRE()
7063 POST(mach_vm_allocate) in POST() argument
7081 if (MACH_ARG(mach_vm_allocate.size)) { in POST()
7083 reply->address, MACH_ARG(mach_vm_allocate.size), in POST()
8256 CALL_PRE(mach_vm_allocate); in PRE()