Home
last modified time | relevance | path

Searched defs:vm_size_t (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs10 pub type vm_size_t = ::uintptr_t; // FIXME: deprecated since long time typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs15 pub type vm_size_t = ::uintptr_t; typedef
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs38 pub type vm_size_t = ::uintptr_t; typedef
5758 size: vm_size_t, in vm_deallocate()