Changeset 10887
- Timestamp:
- Jan 2, 2007, 6:30:32 PM (19 years ago)
- File:
-
- 1 edited
-
branches/jch-memory/psLib/src/sys/psMemory.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jch-memory/psLib/src/sys/psMemory.c
r10886 r10887 8 8 * @author Robert Lupton, Princeton University 9 9 * 10 * @version $Revision: 1.88.2. 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2007-01-03 04: 29:10$10 * @version $Revision: 1.88.2.3 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-03 04:30:32 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 48 48 } 49 49 50 #define P_PS_LARGE_BLOCK_SIZE 65536 // size where under, we try to recycle51 52 50 static psS32 checkMemBlock(const psMemBlock* m, const char *funcName); 53 51 static psMemBlock* lastMemBlockAllocated = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
