Changeset 8439 for trunk/psLib/src/sys/psMemory.h
- Timestamp:
- Aug 21, 2006, 11:23:13 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.h
r7914 r8439 12 12 * @ingroup MemoryManagement 13 13 * 14 * @version $Revision: 1.5 8$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-0 7-15 02:57:12$14 * @version $Revision: 1.59 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-08-21 21:23:13 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 517 517 ); 518 518 519 520 /** return statistics on memory usage 521 * 522 * @return the total amount of memory owned by psLib; if non-NULL also provide a breakdown 523 * into recyclable, allocated, and allocated-and-persistent 524 */ 525 size_t psMemStats(const bool print, ///< print details as they're found? 526 size_t *allocated, ///< memory that's currently allocated (but not persistent) 527 size_t *persistent, ///< persistent memory that's currently allocated 528 size_t *freelist); ///< memory that's waiting to be recycled 529 519 530 //@} End of Memory Management Functions 520 531
Note:
See TracChangeset
for help on using the changeset viewer.
