This commit is contained in:
parent
4b45133ed3
commit
1f82dd3054
2 changed files with 39 additions and 32 deletions
|
@ -18,7 +18,9 @@ void MemRemoveNode(sLList *LList,u_short Node);
|
|||
sLList MainRam;
|
||||
int MemNodeCount=0;
|
||||
|
||||
#ifdef __VERSION_DEBUG__
|
||||
#define USE_MEM_GUARDS
|
||||
#endif
|
||||
|
||||
#ifdef USE_MEM_GUARDS
|
||||
static const unsigned int HEAD_GUARD_FILL_PATTERN =0x3c3c3c3c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue