Changeset 10884 for branches/jch-memory/psLib/src/sys/psMemory.h
- Timestamp:
- Jan 2, 2007, 5:36:38 PM (19 years ago)
- File:
-
- 1 edited
-
branches/jch-memory/psLib/src/sys/psMemory.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jch-memory/psLib/src/sys/psMemory.h
r9538 r10884 12 12 * @ingroup MemoryManagement 13 13 * 14 * @version $Revision: 1.61 $ $Name: not supported by cvs2svn $15 * @date $Date: 200 6-10-13 21:13:48 $14 * @version $Revision: 1.61.2.1 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2007-01-03 03:36:38 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 522 522 /** return statistics on memory usage 523 523 * 524 * @return the total amount of memory owned by psLib; if non-NULL also provide a breakdown525 * into recyclable, allocated,and allocated-and-persistent524 * @return the total amount of memory owned by psLib; if non-NULL also provide 525 * a breakdown into allocated and allocated-and-persistent 526 526 */ 527 527 size_t psMemStats(const bool print, ///< print details as they're found? 528 528 size_t *allocated, ///< memory that's currently allocated (but not persistent) 529 size_t *persistent, ///< persistent memory that's currently allocated 530 size_t *freelist); ///< memory that's waiting to be recycled 529 size_t *persistent); ///< persistent memory that's currently allocated 531 530 532 531 //@} End of Memory Management Functions
Note:
See TracChangeset
for help on using the changeset viewer.
