Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/mach/i386/
H A Dvm_param.h206 #define KB (1024ULL) macro
207 #define MB (1024*KB)
/xnu-12377.41.6/tests/
H A Dtask_vm_info_decompressions.c23 #define KB 1024 macro
24 #define VM_SIZE_PER_THREAD (64 * KB)
/xnu-12377.41.6/makedefs/
H A DMakeInc.def970 # for a 16KB page runtime, and we wish to use the first virtual block
977 # of memory). Support this by breaking 16KB on other platforms and
978 # mandating 32MB alignment. Image base (i.e. __TEXT) must be 16KB
979 # aligned since ld64 will link with 16KB alignment for ARM64.
992 # 0xfffffff004000000 (16KB range to reserve the first available page)
/xnu-12377.41.6/doc/allocators/
H A Dapi-basics.md16 `kmem_alloc` for allocations larger than a few pages (32KB when this
/xnu-12377.41.6/doc/debugging/
H A Ddebugging.md36 In case you're planning on accessing large contiguous blocks of memory (e.g. reading a whole 10KB o…
/xnu-12377.41.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 …