Changeset 978 for trunk/psLib/src/sys/psMemory.h
- Timestamp:
- Jun 9, 2004, 4:09:57 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.h
r974 r978 14 14 * @ingroup MemoryManagement 15 15 * 16 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $17 * @date $Date: 2004-06-10 0 1:58:06$16 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2004-06-10 02:09:57 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 31 31 * 32 32 * Routines dealing with the creating and setting of memory management callback functions. 33 */ 34 35 /** 36 * @addtogroup memTracing Memory Tracing 37 * 38 * Routines dealing with memory tracing and corruption checking. 33 39 */ 34 40 … … 182 188 * blocks above id0 that have not been freed. 183 189 * @see psAlloc, psFree, psgetMemId, psMemProblemCallbackSet 190 * @ingroup memTracing 184 191 */ 185 192 int psMemCheckLeaks( … … 192 199 * i.e., invalid markers that signify a buffer under/overflow. 193 200 * 201 * @ingroup memTracing 194 202 */ 195 203 int psMemCheckCorruption( … … 276 284 #define PS_FREE (void*)1 277 285 286 //@} End of Memory Management Functions 287 288 289 #ifndef DOXYGEN 290 278 291 void p_psCustomFree(psFreeFcn fcn,void* ptr); 279 280 //@} End of Memory Management Functions281 282 #ifndef DOXYGEN283 292 284 293 /*
Note:
See TracChangeset
for help on using the changeset viewer.
