- Timestamp:
- Sep 19, 2014, 4:05:27 PM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/sys/psMemory.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/psLib/src/sys/psMemory.c
r32746 r37403 1315 1315 checkingForCorruption = true; 1316 1316 1317 // int nPrint = 0; 1317 1318 psS32 nbad = 0; // number of bad blocks 1318 1319 for (psMemBlock *memBlock = (psMemBlock *) lastMemBlockAllocated; memBlock != NULL; memBlock = memBlock->nextBlock) { 1320 // if (nPrint < 20) { 1321 // psMemBlockPrint (stderr, memBlock); 1322 // nPrint ++; 1323 // } 1319 1324 if (isBadMemBlock(output, memBlock, __FILE__, __LINE__, __func__)) { 1320 1325 nbad++;
Note:
See TracChangeset
for help on using the changeset viewer.
