diff options
Diffstat (limited to 'Documentation/kmemleak.txt')
-rw-r--r-- | Documentation/kmemleak.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/kmemleak.txt b/Documentation/kmemleak.txt index 51063e681ca4..b6e39739a36d 100644 --- a/Documentation/kmemleak.txt +++ b/Documentation/kmemleak.txt | |||
@@ -127,7 +127,10 @@ See the include/linux/kmemleak.h header for the functions prototype. | |||
127 | 127 | ||
128 | kmemleak_init - initialize kmemleak | 128 | kmemleak_init - initialize kmemleak |
129 | kmemleak_alloc - notify of a memory block allocation | 129 | kmemleak_alloc - notify of a memory block allocation |
130 | kmemleak_alloc_percpu - notify of a percpu memory block allocation | ||
130 | kmemleak_free - notify of a memory block freeing | 131 | kmemleak_free - notify of a memory block freeing |
132 | kmemleak_free_part - notify of a partial memory block freeing | ||
133 | kmemleak_free_percpu - notify of a percpu memory block freeing | ||
131 | kmemleak_not_leak - mark an object as not a leak | 134 | kmemleak_not_leak - mark an object as not a leak |
132 | kmemleak_ignore - do not scan or report an object as leak | 135 | kmemleak_ignore - do not scan or report an object as leak |
133 | kmemleak_scan_area - add scan areas inside a memory block | 136 | kmemleak_scan_area - add scan areas inside a memory block |