Home | History | Annotate | Download | only in runtime

Lines Matching refs:kB

11 // Small allocation sizes (up to and including 32 kB) are
125 // We want to cache 2KB, 4KB, 8KB, and 16KB stacks. Larger stacks
131 // linux/darwin/bsd | 2KB | 4
132 // windows/32 | 4KB | 3
133 // windows/64 | 8KB | 2
134 // plan9 | 4KB | 3
549 // Large objects (> 32 kB) are allocated straight from the heap.