Sha256: 6fcb446c00ddd5ef4920efe618bd89df2e87f7ae3cf660a2bc1d25cf1f331dc2
Contents?: true
Size: 356 Bytes
Versions: 38
Compression:
Stored size: 356 Bytes
Contents
//! This module roughly corresponds to `mach/memory_object_types.h`. use vm_types::natural_t; pub type memory_object_offset_t = ::libc::c_ulonglong; pub type memory_object_size_t = ::libc::c_ulonglong; pub type memory_object_cluster_size_t = natural_t; pub type memory_object_fault_info_t = *mut natural_t; pub type vm_object_id_t = ::libc::c_ulonglong;
Version data entries
38 entries across 38 versions & 1 rubygems