Changeset 2392 for trunk/psLib/test/collections/tst_psHash03.c
- Timestamp:
- Nov 22, 2004, 11:10:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psHash03.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psHash03.c
r2204 r2392 29 29 psS32 numBlocks = 0; 30 30 31 numBlocks = psMemCheckLeaks(currentId, &memBlocks, NULL );31 numBlocks = psMemCheckLeaks(currentId, &memBlocks, NULL,false); 32 32 printf("******************** %s ********************\n", myString); 33 printf("%d mem blocks\n", psMemCheckLeaks(currentId,NULL,stderr ));33 printf("%d mem blocks\n", psMemCheckLeaks(currentId,NULL,stderr,false)); 34 34 printf("%d blocks\n", numBlocks); 35 35 printf("* "); … … 129 129 psFree(ids[i]); 130 130 } 131 memLeaks = psMemCheckLeaks(currentId,NULL,stdout );131 memLeaks = psMemCheckLeaks(currentId,NULL,stdout,false); 132 132 if (0 != memLeaks) { 133 133 psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
Note:
See TracChangeset
for help on using the changeset viewer.
