IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11029


Ignore:
Timestamp:
Jan 11, 2007, 10:47:17 AM (19 years ago)
Author:
jhoblitt
Message:

disable userMemorySize < 1 corruption test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jch-memory/psLib/src/sys/psMemory.c

    r11018 r11029  
    1010*  @author Joshua Hoblitt, University of Hawaii
    1111*
    12 *  @version $Revision: 1.88.2.28 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2007-01-11 00:47:15 $
     12*  @version $Revision: 1.88.2.29 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2007-01-11 20:47:17 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    155155    }
    156156
     157    #if 0
    157158    // Currently psAlloc()/psRealloc() will blindly create memBlock's with a
    158159    // size of 0.  This test is in here to check if this is really
     
    164165        bad = true;
    165166    }
     167    #endif
    166168
    167169    if (memBlock->refCounter < 1) {
Note: See TracChangeset for help on using the changeset viewer.