Home
last modified time | relevance | path

Searched refs:mach_vm_protect (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Tools/DumpRenderTree/mac/
DCheckedMalloc.cpp78 if (mach_vm_protect(mach_task_self(), pageStart, len, 0, initialProtection | VM_PROT_WRITE)) in makeLargeMallocFailSilently()
88 if (mach_vm_protect(mach_task_self(), pageStart, len, 0, initialProtection)) in makeLargeMallocFailSilently()
/external/valgrind/main/coregrind/
Dpub_core_threadstate.h240 } mach_vm_protect; member
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-darwin.c6050 PRE(mach_vm_protect) in PRE() argument
6069 MACH_ARG(mach_vm_protect.address) = req->address; in PRE()
6070 MACH_ARG(mach_vm_protect.size) = req->size; in PRE()
6071 MACH_ARG(mach_vm_protect.set_maximum) = req->set_maximum; in PRE()
6072 MACH_ARG(mach_vm_protect.new_protection) = req->new_protection; in PRE()
6074 AFTER = POST_FN(mach_vm_protect); in PRE()
6077 POST(mach_vm_protect) in POST() argument
6092 Addr start = VG_PGROUNDDN(MACH_ARG(mach_vm_protect.address)); in POST()
6093 Addr end = VG_PGROUNDUP(MACH_ARG(mach_vm_protect.address) + in POST()
6094 MACH_ARG(mach_vm_protect.size)); in POST()
[all …]
Dpriv_syswrap-darwin.h540 DECL_TEMPLATE(darwin, mach_vm_protect);