Searched refs:kMaxFlatSize (Results 1 – 6 of 6) sorted by relevance
42 static constexpr size_t kMaxFlatSize = 4096; variable43 static constexpr size_t kMaxFlatLength = kMaxFlatSize - kFlatOverhead;52 static_assert(AllocatedSizeToTagUnchecked(kMaxFlatSize) <= MAX_FLAT_TAG, "");85 static_assert(TagToAllocatedSize(225) == kMaxFlatSize, "Bad tag logic");
98 static constexpr size_t kMaxFlatSize = 4096; variable99 static constexpr size_t kMaxFlatLength = kMaxFlatSize - kFlatOverhead;136 static_assert(TagToAllocatedSize(224) == kMaxFlatSize, "Bad tag logic");
145 static constexpr size_t kMaxFlatSize = 4096; variable146 static constexpr size_t kMaxFlatLength = kMaxFlatSize - kFlatOverhead;183 static_assert(TagToAllocatedSize(224) == kMaxFlatSize, "Bad tag logic");
104 static constexpr size_t kMaxFlatSize = 4096; variable105 static constexpr size_t kMaxFlatLength = kMaxFlatSize - kFlatOverhead;142 static_assert(TagToAllocatedSize(224) == kMaxFlatSize, "Bad tag logic");