IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2006, 1:16:44 PM (20 years ago)
Author:
rhl
Message:

Support p_psMemAllocatePersistent (bug report 753)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psMemory.h

    r7134 r7414  
    1212 *  @ingroup MemoryManagement
    1313 *
    14  *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-05-18 01:22:48 $
     14 *  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-06-07 23:16:44 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    209209);
    210210
     211/** Set whether allocated memory is persistent
     212 *
     213 *  Set whether allocated memory is persistent. The defeault is false.
     214 *
     215 *  @return bool:       The previous value of whether all allocated memory is persistent
     216 */
     217bool p_psMemAllocatePersistent(bool is_persistent); ///< Should all memory allocated be persistent?
     218
    211219/** Get the memory's persistent flag.
    212220 *
Note: See TracChangeset for help on using the changeset viewer.