Searched defs:Mib (Results 1 – 4 of 4) sorted by relevance
43 const int Mib[] = { in ReadProcMaps() local
34 const int Mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_VMMAP, getpid() }; in ReadProcMaps() local
815 const int Mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; in ReadBinaryName() local
193 pub struct Mib<T = ()>(std::marker::PhantomData<T>); struct