Changeset 876 for trunk/psLib/src/sys/psMemory.h
- Timestamp:
- Jun 4, 2004, 1:46:48 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.h
r830 r876 12 12 * @author Robert Lupton, Princeton University 13 13 * 14 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-06-0 2 20:03:22$14 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-06-04 23:46:48 $ 16 16 * 17 17 * @ingroup SystemGroup System Utilities … … 113 113 ); 114 114 115 typedef void (*psFreeFcn)(void* ptr); 116 115 117 /** Memory allocation. This operates much like malloc(), but is guaranteed to return a non-NULL value. 116 118 * … … 277 279 ); 278 280 281 #define PS_FREE (void*)1 282 283 void p_psCustomFree(psFreeFcn fcn,void* ptr); 284 279 285 //@} End of Memory Management Functions 280 286
Note:
See TracChangeset
for help on using the changeset viewer.
