|
sandbox
|
Public Attributes | |
| std::size_t | size |
| std::size_t | alignment |
| allocation_category | category |
| std::uint32_t | source_line |
| const char * | source_file |
| allocation_header * | previous |
| allocation_header * | next |
| std::uint32_t | magic |
Static Public Attributes | |
| static constexpr auto | magic_allocated = std::uint32_t{0xABCD1234} |
| static constexpr auto | magic_freed = std::uint32_t{0xDEADBEEF} |