IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37021


Ignore:
Timestamp:
Jul 16, 2014, 2:58:12 PM (12 years ago)
Author:
eugene
Message:

add commented-out test prints to mem corruption check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140610/psLib/src/sys/psMemory.c

    r32746 r37021  
    13151315    checkingForCorruption = true;
    13161316
     1317    // int nPrint = 0;
    13171318    psS32 nbad = 0;               // number of bad blocks
    13181319    for (psMemBlock *memBlock = (psMemBlock *) lastMemBlockAllocated; memBlock != NULL; memBlock = memBlock->nextBlock) {
     1320        // if (nPrint < 20) {
     1321        //     psMemBlockPrint (stderr, memBlock);
     1322        //     nPrint ++;
     1323        // }
    13191324        if (isBadMemBlock(output, memBlock, __FILE__, __LINE__, __func__)) {
    13201325            nbad++;
Note: See TracChangeset for help on using the changeset viewer.