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: | a87e5cb8150ce4b367a9c752b8e48b0cb524de88 |
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 10 $ ./leakcheck/leakcheck cackey-debug.log 11 11 Unfreed memory 0x804d010: 12 12 cackey_mutex_create():2017: MALLOC() = 0x804d010 13 13 14 14 15 15 (Note that the leak from cackey_mutex_create() is normal -- there's no safe way 16 16 to clean up that mutex) 17 + 18 +This functionality exists to check for leaks in libcackey independently of 19 +dependent libraries, and the application hosting the library.