IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 2, 2007, 5:36:38 PM (19 years ago)
Author:
jhoblitt
Message:

completely remove memblock recycling (PS_MEM_USE_RECYCLE)

File:
1 edited

Legend:

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

    r9538 r10884  
    1212 *  @ingroup MemoryManagement
    1313 *
    14  *  @version $Revision: 1.61 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-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 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    522522/** return statistics on memory usage
    523523 *
    524  * @return the total amount of memory owned by psLib; if non-NULL also provide a breakdown
    525  * into recyclable, allocated, and allocated-and-persistent
     524 * @return the total amount of memory owned by psLib; if non-NULL also provide
     525 * a breakdown into allocated and allocated-and-persistent
    526526 */
    527527size_t psMemStats(const bool print, ///< print details as they're found?
    528528                  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
    531530
    532531//@} End of Memory Management Functions
Note: See TracChangeset for help on using the changeset viewer.