Home | History | Annotate | Download | only in src

Lines Matching refs:kChunkSize

305   // space is always in the unit of a chunk (kChunkSize) except the last
313 max_nof_chunks_ = (capacity_ / (kChunkSize - Page::kPageSize)) + 5;