Searched refs:vm_allocate (Results 1 – 5 of 5) sorted by relevance
43 kern_return_t result = vm_allocate(mach_task_self(), in ProtectedMemoryAllocator()
183 } vm_allocate; member
625 DECL_TEMPLATE(darwin, vm_allocate);
6339 PRE(vm_allocate) in PRE() argument6357 MACH_ARG(vm_allocate.size) = req->size; in PRE()6358 MACH_ARG(vm_allocate.flags) = req->flags; in PRE()6360 AFTER = POST_FN(vm_allocate); in PRE()6363 POST(vm_allocate) in POST() argument6381 if (MACH_ARG(vm_allocate.size)) { in POST()6383 reply->address, MACH_ARG(vm_allocate.size), in POST()8207 CALL_PRE(vm_allocate); in PRE()
369 kern_return_t kerr = vm_allocate (mach_task_self(), &address, vm_size, true); in safe_malloc()