Changeset 10914 for branches/jch-memory/psLib/src/sys/psMemory.h
- Timestamp:
- Jan 4, 2007, 6:36:19 PM (20 years ago)
- File:
-
- 1 edited
-
branches/jch-memory/psLib/src/sys/psMemory.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.
