X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Documentation%2Fkmemleak.txt;h=18e24abb3ecf61b1f6a214af921af8bd138b27e4;hb=02201e3f1b46aed7c6348f406b7b40de80ba6de3;hp=45e777f4e41de846eb485b579d0e934e0a512d97;hpb=787140ad6bb49422e2f114e9b8df18b242df00db;p=uclinux-h8%2Flinux.git diff --git a/Documentation/kmemleak.txt b/Documentation/kmemleak.txt index 45e777f4e41d..18e24abb3ecf 100644 --- a/Documentation/kmemleak.txt +++ b/Documentation/kmemleak.txt @@ -6,7 +6,7 @@ Introduction Kmemleak provides a way of detecting possible kernel memory leaks in a way similar to a tracing garbage collector -(http://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29#Tracing_garbage_collectors), +(https://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29#Tracing_garbage_collectors), with the difference that the orphan objects are not freed but only reported via /sys/kernel/debug/kmemleak. A similar method is used by the Valgrind tool (memcheck --leak-check) to detect the memory leaks in