#include <BoundsChecker.hpp>
|
static constexpr const char * | MagicFront = "\xDE\xAD" |
|
static constexpr const char * | MagicBack = "\xBE\xEF" |
|
Definition at line 24 of file BoundsChecker.hpp.
◆ guardFront()
void SimpleBoundsChecking::guardFront |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
| const |
|
inline |
◆ guardBack()
void SimpleBoundsChecking::guardBack |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
| const |
|
inline |
◆ checkFront()
void SimpleBoundsChecking::checkFront |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
| const |
|
inline |
◆ checkBack()
void SimpleBoundsChecking::checkBack |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
| const |
|
inline |
◆ SizeFront
constexpr size_t lug::System::Memory::Policies::SimpleBoundsChecking::SizeFront = 4 |
|
static |
◆ SizeBack
constexpr size_t lug::System::Memory::Policies::SimpleBoundsChecking::SizeBack = 4 |
|
static |
◆ MagicFront
constexpr const char* lug::System::Memory::Policies::SimpleBoundsChecking::MagicFront = "\xDE\xAD" |
|
staticprivate |
◆ MagicBack
constexpr const char* lug::System::Memory::Policies::SimpleBoundsChecking::MagicBack = "\xBE\xEF" |
|
staticprivate |
The documentation for this class was generated from the following files: