mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
11 lines
573 B
Plaintext
11 lines
573 B
Plaintext
LMDBG is a collection of small tools for collecting and analyzing
|
|
the logs of malloc/realloc/memalign/free function calls. Unlike many
|
|
others, LMDBG does not provide any way to detect overruns of the
|
|
boundaries of malloc() memory allocations, as this is not the goal.
|
|
Like most other malloc debuggers, LMDBG allows detecting memory leaks
|
|
and double frees. However, unlike others, LMDBG generates full
|
|
stacktraces and separates the logging process from analysis, thus
|
|
allowing you to analyze an application on a per-module basis.
|
|
|
|
WWW: http://sourceforge.net/projects/lmdbg
|