Changeset 10914
- Timestamp:
- Jan 4, 2007, 6:36:19 PM (19 years ago)
- Location:
- branches/jch-memory/psLib/src/sys
- Files:
-
- 2 edited
-
psMemory.c (modified) (2 diffs)
-
psMemory.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/jch-memory/psLib/src/sys/psMemory.c
r10911 r10914 3 3 * @brief Contains the definitions for the memory management system 4 4 * 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. 6 7 * 7 8 * @author Robert DeSonia, MHPCC … … 9 10 * @author Joshua Hoblitt, University of Hawaii 10 11 * 11 * @version $Revision: 1.88.2. 19$ $Name: not supported by cvs2svn $12 * @date $Date: 2007-01-05 0 2:54:36$12 * @version $Revision: 1.88.2.20 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-05 04:36:19 $ 13 14 * 14 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii -
branches/jch-memory/psLib/src/sys/psMemory.h
r10906 r10914 3 3 * @brief Contains the definitions for the memory management system 4 4 * 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. 8 9 * 9 10 * @author Robert DeSonia, MHPCC 10 11 * @author Robert Lupton, Princeton University 12 * @author Joshua Hoblitt, University of Hawaii 11 13 * 12 14 * @ingroup MemoryManagement 13 15 * 14 * @version $Revision: 1.61.2. 6$ $Name: not supported by cvs2svn $15 * @date $Date: 2007-01-05 0 1:15:33$16 * @version $Revision: 1.61.2.7 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2007-01-05 04:36:19 $ 16 18 * 17 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
Note:
See TracChangeset
for help on using the changeset viewer.
