From 7acdb6f5e60c33da0049e0b648d5c251ef2489c1 Mon Sep 17 00:00:00 2001 From: Stefani Seibold Date: Mon, 4 May 2015 12:49:15 +0200 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a682b98..b353cc0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -mtrace is an interactive dynamic memory tracer/debugger for C and C++ using GLIBC, which intercepts and reports all kinds of dynamic memory allocations using a preloaded library. +mtrace is an interactive dynamic memory tracer/debugger for C and C++, which intercepts and reports all kinds of dynamic memory allocations. It supports the developer to get statistics about the memory usage and finding memory leaks in an arbitrate application. There is no need of modification of the source code nor any recompilation.