Overview
Comment: | Further documentation for the leakcheck tool |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a87e5cb8150ce4b367a9c752b8e48b0c |
User & Date: | rkeene on 2010-05-15 00:50:45 |
Other Links: | manifest | tags |
Context
2010-05-15
| ||
00:56 | Updated leakcheck to require a filename as parameter check-in: 9cf62b20d5 user: rkeene tags: trunk | |
00:50 | Further documentation for the leakcheck tool check-in: a87e5cb815 user: rkeene tags: trunk | |
00:48 |
Renamed leakcheck tool
Added documentation for leakcheck tool check-in: 168d86b82b user: rkeene tags: trunk | |
Changes
Modified leakcheck/README.txt from [ca130de962] to [6c2aea9788].
︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 | + + + | $ ./leakcheck/leakcheck cackey-debug.log Unfreed memory 0x804d010: cackey_mutex_create():2017: MALLOC() = 0x804d010 (Note that the leak from cackey_mutex_create() is normal -- there's no safe way to clean up that mutex) This functionality exists to check for leaks in libcackey independently of dependent libraries, and the application hosting the library. |