Searched refs:Mib (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_bsd.cpp | 33 const int Mib[] = {CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()}; in GetMemoryProfile() local 40 internal_sysctl(Mib, ARRAY_SIZE(Mib), nullptr, (uptr *)InfoProc, &Len, 0), in GetMemoryProfile() 50 const int Mib[] = {CTL_KERN, KERN_PROC2, KERN_PROC_PID, 54 internal_sysctl(Mib, ARRAY_SIZE(Mib), nullptr, (uptr *)InfoProc, &Len, 0), 62 const int Mib[] = { in ReadProcMaps() local 80 int Err = internal_sysctl(Mib, ARRAY_SIZE(Mib), NULL, &Size, NULL, 0); in ReadProcMaps() 87 Err = internal_sysctl(Mib, ARRAY_SIZE(Mib), VmMap, &Size, NULL, 0); in ReadProcMaps()
|
H A D | sanitizer_linux.cpp | 1237 const int Mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1}; in ReadBinaryName() 1239 const int Mib[4] = {CTL_KERN, KERN_PROC_ARGS, -1, KERN_PROC_PATHNAME}; in ReadBinaryName() 1244 (internal_sysctl(Mib, ARRAY_SIZE(Mib), buf, &Size, NULL, 0) != 0); in ReadBinaryName()
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | zstd.1.md | 498 The minimum _clog_ is 6 (64 B) and the maximum is 29 (524 Mib) on 32-bit platforms
|