Home
last modified time | relevance | path

Searched refs:kmemleak_free_recursive (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dkmemleak.h46 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive() function
85 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive() function
/linux-6.15/Documentation/translations/zh_CN/dev-tools/
H A Dkmemleak.rst153 - ``kmemleak_free_recursive`` - 和 kmemleak_free 效果相同但会检查是否有递归的
/linux-6.15/Documentation/dev-tools/
H A Dkmemleak.rst170 - ``kmemleak_free_recursive`` - as kmemleak_free but checks the recursiveness
/linux-6.15/mm/
H A Dslub.c2305 kmemleak_free_recursive(x, s->flags); in slab_free_hook()