|
sandbox
|
Public Member Functions | |
| auto | current_bytes () const noexcept -> std::size_t |
| auto | current_allocations () const noexcept -> std::size_t |
Public Attributes | |
| std::size_t | allocation_count {0} |
| std::size_t | deallocation_count {0} |
| std::size_t | bytes_allocated {0} |
| std::size_t | bytes_freed {0} |
| std::size_t | peak_bytes {0} |