Searched refs:nsubzones (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/libauto-185.5/
H A DRegion.cpp89 Region::Region(Zone *zone, void *address, usword_t size, usword_t nsubzones) { argument
104 unsigned long bytes_per_bitmap = nsubzones << subzone_bitmap_bytes_log2;
127 if (_n_subzones != nsubzones) {
129 // size-tax is a multiple of subzone size. Easier to pass in the 'nsubzones' and confirm.
130 //printf("size %lx, subzones %d, nsubzones %d\n", size, (int)_n_subzones, (int)nsubzones);
H A DRegion.h79 static usword_t managed_size(usword_t nsubzones) { return (nsubzones << subzone_quantum_log2) + nsubzones * bitmaps_per_region * subzone_bitmap_bytes; } argument

Completed in 115 milliseconds