Returns the aligned memory address, or nullptr if the block's size hasn't been set.
| 44 | |
| 45 | /// Returns the aligned memory address, or nullptr if the block's size hasn't been set. |
| 46 | void* data() noexcept { return alignedPointer; } |
| 47 | /// Returns the available space in bytes. |
| 48 | size_t size() const noexcept { return availableSize; } |
| 49 |
no outgoing calls
no test coverage detected