IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10914


Ignore:
Timestamp:
Jan 4, 2007, 6:36:19 PM (19 years ago)
Author:
jhoblitt
Message:

share in the blame

Location:
branches/jch-memory/psLib/src/sys
Files:
2 edited

Legend:

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

    r10911 r10914  
    33*  @brief Contains the definitions for the memory management system
    44*
    5 *  psMemory.h has additional information and documentation of the routines found in this file.
     5*  psMemory.h has additional information and documentation of the routines
     6*  found in this file.
    67*
    78*  @author Robert DeSonia, MHPCC
     
    910*  @author Joshua Hoblitt, University of Hawaii
    1011*
    11 *  @version $Revision: 1.88.2.19 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2007-01-05 02:54:36 $
     12*  @version $Revision: 1.88.2.20 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2007-01-05 04:36:19 $
    1314*
    1415*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  • branches/jch-memory/psLib/src/sys/psMemory.h

    r10906 r10914  
    33 *  @brief Contains the definitions for the memory management system
    44 *
    5  *  This is the generic memory management system put inbetween the user's high level code and the OS-level
    6  *  memory allocation routines.  This system adds such features as callback routines for memory error events,
    7  *  tracing capabilities, and reference counting.
     5 *  This is the generic memory management system put inbetween the user's high
     6 *  level code and the OS-level memory allocation routines.  This system adds
     7 *  such features as callback routines for memory error events, tracing
     8 *  capabilities, and reference counting.
    89 *
    910 *  @author Robert DeSonia, MHPCC
    1011 *  @author Robert Lupton, Princeton University
     12 *  @author Joshua Hoblitt, University of Hawaii
    1113 *
    1214 *  @ingroup MemoryManagement
    1315 *
    14  *  @version $Revision: 1.61.2.6 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2007-01-05 01:15:33 $
     16 *  @version $Revision: 1.61.2.7 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2007-01-05 04:36:19 $
    1618 *
    1719 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
Note: See TracChangeset for help on using the changeset viewer.