Home
last modified time | relevance | path

Searched refs:MB (Results 1 – 12 of 12) sorted by relevance

/xnu-11417.121.6/osfmk/mach/i386/ !
H A Dvm_param.h207 #define MB (1024*KB) macro
208 #define GB (1024*MB)
/xnu-11417.121.6/osfmk/i386/ !
H A Di386_vm_init.c716 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()
H A Di386_init.c956 maxmemtouse = ((uint64_t)maxmem) * MB; in i386_init()
/xnu-11417.121.6/makedefs/ !
H A DMakeInc.def909 # We also need a 32MB offset, as this is the minimum block mapping size
911 # to map the low globals page. We also need another 4MB to account for
915 # first 4MB of the block mapping for xnu do not belong to xnu).
918 # mandating 32MB alignment. Image base (i.e. __TEXT) must be 16KB
921 # We currently offset by an additional 32MB in order to reclaim memory.
924 # that lies before the kernel. The addition 32MB of virtual padding
928 # for 0x0000000003000000 = 48MB of kexts
930 # 0xfffffff000000000 (32MB range for low globals)
931 # 0xfffffff002000000 (32MB range to allow for large page physical slide)
933 # 0xfffffff004004000 (48MB range for kexts)
/xnu-11417.121.6/bsd/nfs/ !
H A Dnfsm_subs.h229 #define nfsm_chain_init(NMC, MB) \ argument
231 (NMC)->nmc_mhead = (MB); \
/xnu-11417.121.6/doc/vm/ !
H A Dfreezer.md64 … a suspended & frozen app with 100MB of dirty memory on NAND. On resume it may only touch 20MB and…
H A Dmemorystatus_notify.md21 … | `DISPATCH_MEMORYPRESSURE_PROC_LIMIT_WARN` | Process is within 100 MB of its memory limit.…
/xnu-11417.121.6/osfmk/x86_64/ !
H A Dcopyio.c63 const int copysize_limit_panic = (64 * MB);
/xnu-11417.121.6/osfmk/mach/ !
H A Dtask.defs461 * Change the task's physical footprint limit (in MB).
/xnu-11417.121.6/config/ !
H A DMASTER663 # Minimum zone map size: 115 MB
/xnu-11417.121.6/tools/lldbmacros/ !
H A DREADME.md393 …* Take a peek at utils.py for common utility like sizeof_fmt() to humanize size strings in KB, MB
/xnu-11417.121.6/tests/ !
H A Dstackshot_tests.m1610 .size_hint = (9ull << 20), // 9 MB