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.h223 } mach_vm_allocate; member
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h638 DECL_TEMPLATE(darwin, mach_vm_allocate);
Dsyswrap-darwin.c7034 PRE(mach_vm_allocate) in PRE() argument
7052 MACH_ARG(mach_vm_allocate.size) = req->size; in PRE()
7053 MACH_ARG(mach_vm_allocate.flags) = req->flags; in PRE()
7055 AFTER = POST_FN(mach_vm_allocate); in PRE()
7058 POST(mach_vm_allocate) in POST() argument
7076 if (MACH_ARG(mach_vm_allocate.size)) { in POST()
7078 reply->address, MACH_ARG(mach_vm_allocate.size), in POST()
8241 CALL_PRE(mach_vm_allocate); in PRE()