Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkmemleak.h39 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() function
67 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() function
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkmemleak.rst151 - ``kmemleak_alloc_recursive`` - 和 kmemleak_alloc 效果相同但会检查是否有递归的
/linux/Documentation/dev-tools/
H A Dkmemleak.rst169 - ``kmemleak_alloc_recursive`` - as kmemleak_alloc but checks the recursiveness
/linux/mm/
H A Dslub.c4184 kmemleak_alloc_recursive(p[i], s->object_size, 1, in slab_post_alloc_hook()