| 36 | |
| 37 | public: |
| 38 | BufferAllocation() = default; |
| 39 | BufferAllocation(const BufferAllocation &) = default; |
| 40 | BufferAllocation(BufferAllocation &&) = default; |
| 41 | BufferAllocation &operator=(const BufferAllocation &) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected