Searched refs:kmemleak_alloc_recursive (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/include/linux/ |
| D | kmemleak.h | 50 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() function 78 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() function
|
| /Linux-v4.19/mm/ |
| D | slab.h | 442 kmemleak_alloc_recursive(object, s->object_size, 1, in slab_post_alloc_hook()
|
| D | slob.c | 563 kmemleak_alloc_recursive(b, c->size, 1, c->flags, flags); in slob_alloc_node()
|
| /Linux-v4.19/Documentation/dev-tools/ |
| D | kmemleak.rst | 163 - ``kmemleak_alloc_recursive`` - as kmemleak_alloc but checks the recursiveness
|