Home
last modified time | relevance | path

Searched refs:KB (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/osfmk/mach/i386/
H A Dvm_param.h206 #define KB (1024ULL) macro
207 #define MB (1024*KB)
/xnu-8019.80.24/tests/
H A Dtask_vm_info_decompressions.c20 #define KB 1024 macro
21 #define MALLOC_SIZE_PER_THREAD (64 * KB)
/xnu-8019.80.24/makedefs/
H A DMakeInc.def761 # for a 16KB page runtime, and we wish to use the first virtual block
768 # of memory). Support this by breaking 16KB on other platforms and
769 # mandating 32MB alignment. Image base (i.e. __TEXT) must be 16KB
770 # aligned since ld64 will link with 16KB alignment for ARM64.
783 # 0xfffffff004000000 (16KB range to reserve the first available page)
/xnu-8019.80.24/doc/
H A Dallocators.md16 `kernel_memory_allocate` for allocations larger than a few pages (32KB when this
/xnu-8019.80.24/tools/lldbmacros/
H A DREADME.md388 …* Take a peek at utils.py for common utility like sizeof_fmt() to humanize size strings in KB, MB …