Searched refs:kMinFlatSize (Results 1 – 2 of 2) sorted by relevance
41 static constexpr size_t kMinFlatSize = 32; variable44 static constexpr size_t kMinFlatLength = kMinFlatSize - kFlatOverhead;51 static_assert(kMinFlatSize / 8 + 1 >= FLAT, "");
52 assert(size >= kMinFlatSize); in Flat()