| 11 | virtual ~RAMIOBuffer() SKR_NOEXCEPT; |
| 12 | |
| 13 | uint8_t* get_data() const SKR_NOEXCEPT { return bytes; } |
| 14 | uint64_t get_size() const SKR_NOEXCEPT { return size; } |
| 15 | |
| 16 | void allocate_buffer(uint64_t n) SKR_NOEXCEPT; |
no outgoing calls
no test coverage detected