#include <MemoryMarker.hpp>
Definition at line 17 of file MemoryMarker.hpp.
◆ markAllocation()
void SimpleMemoryMarking::markAllocation |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
| const |
|
inline |
◆ markDeallocation()
void SimpleMemoryMarking::markDeallocation |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
| const |
|
inline |
◆ AllocationMagic
constexpr uint8_t lug::System::Memory::Policies::SimpleMemoryMarking::AllocationMagic = 0xCD |
|
staticprivate |
◆ DeallocationMagic
constexpr uint8_t lug::System::Memory::Policies::SimpleMemoryMarking::DeallocationMagic = 0xDD |
|
staticprivate |
The documentation for this class was generated from the following files: