Changeset 3115 for trunk/psLib/src/collections/psArray.h
- Timestamp:
- Feb 2, 2005, 2:54:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psArray.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psArray.h
r2793 r3115 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $15 * @date $Date: 200 4-12-23 01:14:52$14 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-02-03 00:54:10 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 55 55 */ 56 56 psArray* psArrayAlloc( 57 psU32 nalloc ///< Total number of elements to make available.57 psU32 nalloc ///< Total number of elements to make available. 58 58 ); 59 59 … … 67 67 */ 68 68 psArray* psArrayRealloc( 69 psArray* restrict psArr,///< array to reallocate.69 psArray* psArr, ///< array to reallocate. 70 70 psU32 nalloc ///< Total number of elements to make available. 71 71 ); … … 104 104 */ 105 105 void psArrayElementFree( 106 psArray* restrict psArr///< Void pointer array to destroy.106 psArray* psArr ///< Void pointer array to destroy. 107 107 ); 108 108
Note:
See TracChangeset
for help on using the changeset viewer.
