Searched refs:MIN_CHUNK_AREA_SIZE (Results 1 – 2 of 2) sorted by relevance
48 if (newSize < MIN_CHUNK_AREA_SIZE) { in Expand()49 newSize = MIN_CHUNK_AREA_SIZE; in Expand()
77 static constexpr size_t MIN_CHUNK_AREA_SIZE = 4_KB; variable