Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index
The Linux kernel configuration item CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE
has multiple definitions:
mm/Kconfig.debug
The configuration item CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE:
CONFIG_DEBUG_KMEMLEAK
Kmemleak must track all the memory allocations to avoid reporting false positives. Since memory may be allocated or freed before kmemleak is fully initialised, use a static pool of metadata objects to track such callbacks. After kmemleak is fully initialised, this memory pool acts as an emergency one if slab allocations fail.
lib/Kconfig.debug
The configuration item CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE:
CONFIG_DEBUG_KMEMLEAK
Kmemleak must track all the memory allocations to avoid reporting false positives. Since memory may be allocated or freed before kmemleak is fully initialised, use a static pool of metadata objects to track such callbacks. After kmemleak is fully initialised, this memory pool acts as an emergency one if slab allocations fail.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index
Automatically generated (in year 2024). See also LKDDb sources on GitLab