Changeset 566 for trunk/archive/pslib/src/Utils/tst_trace.c
- Timestamp:
- May 3, 2004, 3:09:20 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/src/Utils/tst_trace.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/src/Utils/tst_trace.c
r390 r566 6 6 #include "psLib.h" 7 7 8 static intmy_MemAllocateCB(const psMemBlock *ptr)8 static long my_MemAllocateCB(const psMemBlock *ptr) 9 9 { 10 10 static int n = 1; // "p_psMemAllocateID += n" … … 23 23 psSetLogFormat("NM"); // suppress some of the psLogMsg verbosity 24 24 25 (void)psMemAllocate SetCB(my_MemAllocateCB);26 //(void)psMemFree SetCB(my_MemAllocateCB);27 psMem SetAllocateID(1);28 psMem SetFreeID(14);25 (void)psMemAllocateCBSet(my_MemAllocateCB); 26 //(void)psMemFreeCBSet(my_MemAllocateCB); 27 psMemAllocateIDSet(1); 28 psMemFreeIDSet(14); 29 29 30 30 #if 0
Note:
See TracChangeset
for help on using the changeset viewer.
