![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cMem.h>
Public Member Functions | |
cMemSignature () noexcept | |
~cMemSignature () | |
bool | isValidSignature () const noexcept |
Static Public Attributes | |
static const UINT32 | k_VALID = _SIGVALID |
used just to make sure this is valid. FEEDF00D More... | |
static const UINT32 | k_INVALID = 0xDEADBEA7 |
Mark as NOT valid when freed! More... | |
An unlikely pattern of debug data for validating the heap/memory. These may be scattered about any place.
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
static |
Mark as NOT valid when freed!
|
static |
used just to make sure this is valid. FEEDF00D