Searched refs:MB (Results 1 – 12 of 12) sorted by relevance
207 #define MB (1024*KB) macro208 #define GB (1024*MB)
716 sane_size = (sane_size + 128 * MB - 1) & ~((uint64_t)(128 * MB - 1)); in i386_vm_init()788 kprintf("Physical memory %llu MB\n", sane_size / MB); in i386_vm_init()795 max_valid_dma_address = ((uint64_t) maxdmaaddr) * MB; in i386_vm_init()
956 maxmemtouse = ((uint64_t)maxmem) * MB; in i386_init()
909 # We also need a 32MB offset, as this is the minimum block mapping size911 # to map the low globals page. We also need another 4MB to account for915 # first 4MB of the block mapping for xnu do not belong to xnu).918 # mandating 32MB alignment. Image base (i.e. __TEXT) must be 16KB921 # We currently offset by an additional 32MB in order to reclaim memory.924 # that lies before the kernel. The addition 32MB of virtual padding928 # for 0x0000000003000000 = 48MB of kexts930 # 0xfffffff000000000 (32MB range for low globals)931 # 0xfffffff002000000 (32MB range to allow for large page physical slide)933 # 0xfffffff004004000 (48MB range for kexts)
229 #define nfsm_chain_init(NMC, MB) \ argument231 (NMC)->nmc_mhead = (MB); \
64 … a suspended & frozen app with 100MB of dirty memory on NAND. On resume it may only touch 20MB and…
21 … | `DISPATCH_MEMORYPRESSURE_PROC_LIMIT_WARN` | Process is within 100 MB of its memory limit.…
63 const int copysize_limit_panic = (64 * MB);
461 * Change the task's physical footprint limit (in MB).
663 # Minimum zone map size: 115 MB
393 …* Take a peek at utils.py for common utility like sizeof_fmt() to humanize size strings in KB, MB …
1610 .size_hint = (9ull << 20), // 9 MB