Changeset 455 for trunk/psLib/src/sys/psMemory.c
- Timestamp:
- Apr 19, 2004, 11:06:37 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.c
r452 r455 8 8 * @author Robert Lupton, Princeton University 9 9 * 10 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-04-19 2 0:19:22$10 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-04-19 21:06:37 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 166 166 } 167 167 168 /*****************************************************************************/169 168 /* 170 169 * Return memory ID counter for next block to be allocated … … 175 174 } 176 175 177 /*****************************************************************************/178 176 /* 179 177 * Routines to check the consistency of the allocated and/or free memory arena … … 234 232 return nbad; 235 233 } 236 237 /*****************************************************************************/238 234 239 235 void *p_psAlloc(size_t size, const char *file, int lineno) … … 345 341 } 346 342 347 /*****************************************************************************/348 343 /* 349 344 * Check for memory leaks. Not production quality code … … 402 397 } 403 398 404 /*****************************************************************************/405 399 /* 406 400 * Reference counting APIs
Note:
See TracChangeset
for help on using the changeset viewer.
