! \return Number of instances in the page. */
| 390 | |
| 391 | /*! \return Number of instances in the page. */ |
| 392 | [[nodiscard]] size_t Size() const { return offset.Size() == 0 ? 0 : offset.Size() - 1; } |
| 393 | |
| 394 | /*! \return estimation of memory cost of this page */ |
| 395 | [[nodiscard]] size_t MemCostBytes() const { |
no outgoing calls
no test coverage detected