Home | History | Annotate | Download | only in MacOSX

Lines Matching refs:mach_vm_deallocate

291     kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)(uintptr_t)threads, tcnt * sizeof(*threads));
919 ::mach_vm_deallocate (task, addr, size);
948 return ::mach_vm_deallocate (task, (*pos).first, (*pos).second) == KERN_SUCCESS;