| 185 | } |
| 186 | |
| 187 | Y_FORCE_INLINE static constexpr size_t GetChunkCapacity() noexcept { |
| 188 | return Size; |
| 189 | } |
| 190 | |
| 191 | // Returns true if the resulting storage capacity is enough to fit the requested size |
| 192 | Y_FORCE_INLINE static constexpr bool ExpandBitSize(const size_t bitSize) noexcept { |
no outgoing calls
no test coverage detected