IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 10, 2007, 2:20:31 PM (20 years ago)
Author:
jhoblitt
Message:

move psMemCheckType() out of psMemory.c -> psType.c

File:
1 edited

Legend:

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

    r10998 r11015  
    1414 *  @ingroup MemoryManagement
    1515 *
    16  *  @version $Revision: 1.61.2.11 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2007-01-09 22:23:05 $
     16 *  @version $Revision: 1.61.2.12 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2007-01-11 00:20:31 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    240240
    241241
    242 /** Checks the deallocator to see if the pointer matches the desired datatype.
    243  *
    244  *  @return bool:       True if type matches, otherwise false.
    245  */
    246 bool psMemCheckType(
    247     psDataType type,                   ///< The desired psDataType to match
    248     psPtr ptr                          ///< The desired pointer to match
    249 );
    250 
    251242/** Activate or Deactivate thread safety and mutex locking in the memory management.
    252243 *
Note: See TracChangeset for help on using the changeset viewer.