Changeset 4392 for trunk/psLib/src/sysUtils/psMemory.c
- Timestamp:
- Jun 24, 2005, 4:02:05 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psMemory.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psMemory.c
r4321 r4392 8 8 * @author Robert Lupton, Princeton University 9 9 * 10 * @version $Revision: 1.5 4$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-06-2 0 22:42:30$10 * @version $Revision: 1.55 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-25 02:02:05 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 640 640 } 641 641 642 void psMemSetDeallocator(psPtr vptr, psFreeF cnfreeFcn)642 void psMemSetDeallocator(psPtr vptr, psFreeFunc freeFcn) 643 643 { 644 644 if (vptr == NULL) { … … 655 655 656 656 } 657 psFreeF cnpsMemGetDeallocator(psPtr vptr)657 psFreeFunc psMemGetDeallocator(psPtr vptr) 658 658 { 659 659 if (vptr == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
