Searched refs:vm_address_t (Results 1 - 7 of 7) 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/node/src/large_pages/ |
H A D | node_large_page.cc | 230 vm_address_t addr = 0UL; in FindNodeTextRegion()
|
/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 | 134 reinterpret_cast<vm_address_t>(thread_list), 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 | 39 pub type vm_address_t = vm_offset_t; types 790 pub address: ::vm_address_t, 5757 address: vm_address_t, in vm_deallocate()
|
Completed in 26 milliseconds