@brief Returns a pointer to the start of the reserved virtual memory
| 59 | |
| 60 | /// @brief Returns a pointer to the start of the reserved virtual memory |
| 61 | [[nodiscard]] void* data() { return memory; } |
| 62 | |
| 63 | /// @brief Returns a pointer to the start of the reserved virtual memory |
| 64 | [[nodiscard]] const void* data() const { return memory; } |
nothing calls this directly
no outgoing calls
no test coverage detected