Changeset 91 for trunk/src/helpers/memdebug.c
- Timestamp:
- Aug 2, 2001, 10:36:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/memdebug.c
r71 r91 382 382 { 383 383 if (pHeapItem->pAfterMagic == p) 384 { 384 385 // the same address may be allocated and freed 385 386 // several times, so if this address has been … … 429 430 break; 430 431 } // if (!pHeapItem->fFreed) 432 } 431 433 432 434 pHeapItem = pHeapItem->pNext; … … 702 704 { 703 705 int i = 0; 706 i++; 704 707 } 705 708 #endif
Note:
See TracChangeset
for help on using the changeset viewer.