Searched refs:vm_deallocate (Results 1 - 6 of 6) sorted by relevance
/third_party/libuv/src/unix/ |
H A D | darwin.c | 222 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type); in uv_cpu_info() 240 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type); in uv_cpu_info()
|
/third_party/node/deps/uv/src/unix/ |
H A D | darwin.c | 358 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type); in uv_cpu_info() 376 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type); in uv_cpu_info()
|
/third_party/googletest/googletest/src/ |
H A D | gtest-port.cc | 126 vm_deallocate(task, reinterpret_cast<vm_address_t>(thread_list),
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-port.cc | 133 vm_deallocate(task, in GetThreadCount()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-port.cc | 132 vm_deallocate(task, reinterpret_cast<vm_address_t>(thread_list),
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5755 pub fn vm_deallocate( in vm_deallocate() functions
|
Completed in 20 milliseconds