IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2006, 4:26:25 PM (20 years ago)
Author:
drobbin
Message:

Added str check test for error handling of psString fxns, namely stringSubstitute. Edited memory and type to include MemCheck's for string, line, and region. Added is_psType function to check for NULLs and native types first. <-will have to update all fxns next wrt to this change. Added psStringAlloc, stringFree, regionFree. Added doxygen comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psMemory.h

    r7617 r7901  
    1212 *  @ingroup MemoryManagement
    1313 *
    14  *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-06-21 21:40:12 $
     14 *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-07-14 02:26:25 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    172172);
    173173
     174bool is_psType(
     175    psPtr ptr
     176);
     177
    174178/** Checks the deallocator to see if the pointer matches the desired datatype.
    175179 *
Note: See TracChangeset for help on using the changeset viewer.