Changeset 1811 for trunk/psLib/test/collections
- Timestamp:
- Sep 14, 2004, 1:55:47 PM (22 years ago)
- Location:
- trunk/psLib/test/collections
- Files:
-
- 2 edited
-
tst_psHash01.c (modified) (1 diff)
-
tst_psHash03.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psHash01.c
r1421 r1811 70 70 testStatus); 71 71 72 memLeaks = psMemCheckLeaks(currentId,NULL, NULL);72 memLeaks = psMemCheckLeaks(currentId,NULL,stderr); 73 73 if (0 != memLeaks) { 74 74 psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks); -
trunk/psLib/test/collections/tst_psHash03.c
r1421 r1811 31 31 numBlocks = psMemCheckLeaks(currentId, &memBlocks, NULL); 32 32 printf("******************** %s ********************\n", myString); 33 printf("%d mem blocks\n", psMemCheckLeaks(currentId,NULL, NULL));33 printf("%d mem blocks\n", psMemCheckLeaks(currentId,NULL,stderr)); 34 34 printf("%d blocks\n", numBlocks); 35 35 printf("* ");
Note:
See TracChangeset
for help on using the changeset viewer.
