Changeset 7414 for trunk/psLib/src/sys/psMemory.h
- Timestamp:
- Jun 7, 2006, 1:16:44 PM (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
r7134 r7414 12 12 * @ingroup MemoryManagement 13 13 * 14 * @version $Revision: 1.5 4$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-0 5-18 01:22:48$14 * @version $Revision: 1.55 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-06-07 23:16:44 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 209 209 ); 210 210 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 */ 217 bool p_psMemAllocatePersistent(bool is_persistent); ///< Should all memory allocated be persistent? 218 211 219 /** Get the memory's persistent flag. 212 220 *
Note:
See TracChangeset
for help on using the changeset viewer.
