IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 4, 2007, 11:55:39 AM (19 years ago)
Author:
jhoblitt
Message:

add psMemBlockPrint()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jch-memory/psLib/src/sys/psMemory.h

    r10900 r10902  
    1212 *  @ingroup MemoryManagement
    1313 *
    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 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    532532                  size_t *persistent); ///< persistent memory that's currently allocated
    533533
     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 */
     540int psMemBlockPrint(
     541    FILE *output,                       ///< FILE to write information too
     542    const psMemBlock *memBlock          ///< psMemBlock to be examined
     543);
     544
     545
    534546//@} End of Memory Management Functions
    535547
Note: See TracChangeset for help on using the changeset viewer.