Changeset 974 for trunk/psLib/src/sys/psMemory.h
- Timestamp:
- Jun 9, 2004, 3:58:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.h
r876 r974 12 12 * @author Robert Lupton, Princeton University 13 13 * 14 * @ version $Revision: 1.16 $ $Name: not supported by cvs2svn $15 * @date $Date: 2004-06-04 23:46:48 $16 * 17 * @ ingroup SystemGroup System Utilities14 * @ingroup MemoryManagement 15 * 16 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2004-06-10 01:58:06 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 21 21 22 22 #include <stdio.h> // needed for FILE 23 #include <pthread.h> // we need a mutex to make this stuff thread safe. 24 25 /** @addtogroup MemoryManagement Memory Management Utilities 26 * @ingroup SystemGroup 27 * 28 * This is the generic memory management system put inbetween the user's high level code and the OS-level 29 * memory allocation routines. This system adds such features as callback routines for memory error events, 30 * tracing capabilities, and reference counting. 23 #include <pthread.h> // we need a mutex to make this stuff thread safe. 24 25 /** @addtogroup MemoryManagement 31 26 * @{ 32 27 */
Note:
See TracChangeset
for help on using the changeset viewer.
