! * \brief usable size in bytes until end of allocated block */
| 160 | * \brief usable size in bytes until end of allocated block |
| 161 | */ |
| 162 | size_t size() const { return m_size; } |
| 163 | |
| 164 | /*! |
| 165 | * \brief offset on allocated block in bytes |
no outgoing calls