diff options
Diffstat (limited to 'Documentation/kmemleak.txt')
-rw-r--r-- | Documentation/kmemleak.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/kmemleak.txt b/Documentation/kmemleak.txt index 0112da3b9ab8..f655308064d7 100644 --- a/Documentation/kmemleak.txt +++ b/Documentation/kmemleak.txt | |||
@@ -41,6 +41,10 @@ Memory scanning parameters can be modified at run-time by writing to the | |||
41 | Kmemleak can also be disabled at boot-time by passing "kmemleak=off" on | 41 | Kmemleak can also be disabled at boot-time by passing "kmemleak=off" on |
42 | the kernel command line. | 42 | the kernel command line. |
43 | 43 | ||
44 | Memory may be allocated or freed before kmemleak is initialised and | ||
45 | these actions are stored in an early log buffer. The size of this buffer | ||
46 | is configured via the CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE option. | ||
47 | |||
44 | Basic Algorithm | 48 | Basic Algorithm |
45 | --------------- | 49 | --------------- |
46 | 50 | ||