Searched refs:kmemleak_alloc_recursive (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| A D | kmemleak.h | 38 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() function 66 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() function
|
| /linux/mm/ |
| A D | slab.h | 522 kmemleak_alloc_recursive(p[i], s->object_size, 1, in slab_post_alloc_hook()
|
| A D | slob.c | 626 kmemleak_alloc_recursive(b, c->size, 1, c->flags, flags); in slob_alloc_node()
|
| /linux/Documentation/dev-tools/ |
| A D | kmemleak.rst | 168 - ``kmemleak_alloc_recursive`` - as kmemleak_alloc but checks the recursiveness
|
Completed in 8 milliseconds