Searched refs:KB (Results 1 – 6 of 6) sorted by relevance
206 #define KB (1024ULL) macro207 #define MB (1024*KB)
23 #define KB 1024 macro24 #define VM_SIZE_PER_THREAD (64 * KB)
970 # for a 16KB page runtime, and we wish to use the first virtual block977 # of memory). Support this by breaking 16KB on other platforms and978 # mandating 32MB alignment. Image base (i.e. __TEXT) must be 16KB979 # aligned since ld64 will link with 16KB alignment for ARM64.992 # 0xfffffff004000000 (16KB range to reserve the first available page)
16 `kmem_alloc` for allocations larger than a few pages (32KB when this
36 In case you're planning on accessing large contiguous blocks of memory (e.g. reading a whole 10KB o…
393 …* Take a peek at utils.py for common utility like sizeof_fmt() to humanize size strings in KB, MB …