* Number of allocated chunks */
| 269 | * Number of allocated chunks |
| 270 | */ |
| 271 | [[nodiscard]] std::size_t NumAllocatedChunks() const |
| 272 | { |
| 273 | return m_allocated_chunks.size(); |
| 274 | } |
| 275 | |
| 276 | /** |
| 277 | * Size in bytes to allocate per chunk, currently hardcoded to a fixed size. |