Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Platform/mac/
DSharedMemoryMac.cpp107 mach_vm_deallocate(mach_task_self(), address, round_page(size)); in create()
157 … kern_return_t kr = mach_vm_deallocate(mach_task_self(), toVMAddress(m_data), round_page(m_size)); in ~SharedMemory()
/external/valgrind/main/coregrind/
Dpub_core_threadstate.h234 } mach_vm_deallocate; member
/external/valgrind/main/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h539 DECL_TEMPLATE(darwin, mach_vm_deallocate);
Dsyswrap-darwin.c5994 PRE(mach_vm_deallocate) in PRE() argument
6011 MACH_ARG(mach_vm_deallocate.address) = req->address; in PRE()
6012 MACH_ARG(mach_vm_deallocate.size) = req->size; in PRE()
6014 AFTER = POST_FN(mach_vm_deallocate); in PRE()
6021 POST(mach_vm_deallocate) in POST() argument
6036 if (MACH_ARG(mach_vm_deallocate.size)) { in POST()
6037 Addr start = VG_PGROUNDDN(MACH_ARG(mach_vm_deallocate.address)); in POST()
6038 Addr end = VG_PGROUNDUP(MACH_ARG(mach_vm_deallocate.address) + in POST()
6039 MACH_ARG(mach_vm_deallocate.size)); in POST()
6963 CALL_PRE(mach_vm_deallocate); in PRE()