Changeset 10902 for branches/jch-memory/psLib/src/sys/psMemory.h
- Timestamp:
- Jan 4, 2007, 11:55:39 AM (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
r10900 r10902 12 12 * @ingroup MemoryManagement 13 13 * 14 * @version $Revision: 1.61.2. 4$ $Name: not supported by cvs2svn $15 * @date $Date: 2007-01-04 21: 39:00$14 * @version $Revision: 1.61.2.5 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2007-01-04 21:55:39 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 532 532 size_t *persistent); ///< persistent memory that's currently allocated 533 533 534 /** print detailed information about a psMemBlock 535 * 536 * This function prints a detailed description of a psMemBlock to output. 537 * 538 * @return the return status of fprintf() 539 */ 540 int psMemBlockPrint( 541 FILE *output, ///< FILE to write information too 542 const psMemBlock *memBlock ///< psMemBlock to be examined 543 ); 544 545 534 546 //@} End of Memory Management Functions 535 547
Note:
See TracChangeset
for help on using the changeset viewer.
