Changeset 8843
- Timestamp:
- Sep 19, 2006, 3:10:09 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stacCheckMemory.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stacCheckMemory.c
r8783 r8843 15 15 psLogMsg("stac.memoryPrint", PS_LOG_INFO, 16 16 "Memory block %lu:\n" 17 "\tFile %s, line %d, size % d\n"17 "\tFile %s, line %d, size %zd\n" 18 18 "\tPosts: %p %p %p\n", 19 19 ptr->id, ptr->file, ptr->lineno, ptr->userMemorySize, ptr->startblock, ptr->endblock, … … 30 30 psLogMsg("stac.checkMemory.corruption", PS_LOG_WARN, 31 31 "Memory corruption detected in memBlock %lu\n" 32 "\tFile %s, line %d, size % d\n"32 "\tFile %s, line %d, size %zd\n" 33 33 "\tPosts: %p %p %p\n", 34 34 ptr->id, file, lineno, ptr->userMemorySize, ptr->startblock, ptr->endblock, … … 57 57 psLogMsg("stac.checkMemory.leaks", PS_LOG_WARN, 58 58 "Memory leak detection: memBlock %lu\n" 59 "\tFile %s, line %d, size % d\n",59 "\tFile %s, line %d, size %zd\n", 60 60 leaks[i]->id, leaks[i]->file, leaks[i]->lineno, leaks[i]->userMemorySize); 61 61 }
Note:
See TracChangeset
for help on using the changeset viewer.
