Lines Matching refs:kB
9 // Small allocation sizes (up to and including 32 kB) are
139 // We want to cache 2KB, 4KB, 8KB, and 16KB stacks. Larger stacks
145 // linux/darwin/bsd | 2KB | 4
146 // windows/32 | 4KB | 3
147 // windows/64 | 8KB | 2
148 // plan9 | 4KB | 3
370 // that it can get the first 64 kB and assumes it can grab the rest as
488 // Large objects (> 32 kB) are allocated straight from the heap.