Searched refs:vm_allocate (Results 1 – 7 of 7) sorted by relevance
/external/google-breakpad/src/client/mac/handler/ |
D | protected_memory_allocator.cc | 43 kern_return_t result = vm_allocate(mach_task_self(), in ProtectedMemoryAllocator()
|
/external/valgrind/coregrind/ |
D | pub_core_threadstate.h | 191 } vm_allocate; member
|
/external/valgrind/coregrind/m_syswrap/ |
D | priv_syswrap-darwin.h | 671 DECL_TEMPLATE(darwin, vm_allocate);
|
D | syswrap-darwin.c | 6344 PRE(vm_allocate) in PRE() argument 6362 MACH_ARG(vm_allocate.size) = req->size; in PRE() 6363 MACH_ARG(vm_allocate.flags) = req->flags; in PRE() 6365 AFTER = POST_FN(vm_allocate); in PRE() 6368 POST(vm_allocate) in POST() argument 6386 if (MACH_ARG(vm_allocate.size)) { in POST() 6388 reply->address, MACH_ARG(vm_allocate.size), in POST() 8222 CALL_PRE(vm_allocate); in PRE()
|
/external/libffi/src/arm/ |
D | ffi.c | 599 kt = vm_allocate (mach_task_self (), &config_page, PAGE_SIZE*2, VM_FLAGS_ANYWHERE); in ffi_trampoline_table_alloc()
|
/external/python/cpython3/Modules/_ctypes/libffi/src/arm/ |
D | ffi.c | 599 kt = vm_allocate (mach_task_self (), &config_page, PAGE_SIZE*2, VM_FLAGS_ANYWHERE); in ffi_trampoline_table_alloc()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/ |
D | ffi.c | 599 kt = vm_allocate (mach_task_self (), &config_page, PAGE_SIZE*2, VM_FLAGS_ANYWHERE); in ffi_trampoline_table_alloc()
|