IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 14, 2006, 4:57:12 PM (20 years ago)
Author:
drobbin
Message:

Added error handling to memory checking functions. Will hopefully avoid segfaults and abort calls now when passed in native types.

File:
1 edited

Legend:

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

    r7901 r7914  
    1212 *  @ingroup MemoryManagement
    1313 *
    14  *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-07-14 02:26:25 $
     14 *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-07-15 02:57:12 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    172172);
    173173
     174/** Tells whether or not a pointer has been allocated as a psDataType.
     175 *
     176 * @return bool:        True if ptr is a psDataType, otherwise false.
     177 */
    174178bool is_psType(
    175     psPtr ptr
     179    psPtr ptr                          ///< The pointer whose type to check
    176180);
    177181
Note: See TracChangeset for help on using the changeset viewer.