Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dkmemleak.h42 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() function
70 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() function
/linux-4.1.27/mm/
Dslob.c558 kmemleak_alloc_recursive(b, c->size, 1, c->flags, flags); in slob_alloc_node()
Dslab.c3197 kmemleak_alloc_recursive(ptr, cachep->object_size, 1, cachep->flags, in slab_alloc_node()
3262 kmemleak_alloc_recursive(objp, cachep->object_size, 1, cachep->flags, in slab_alloc()
Dslub.c1279 kmemleak_alloc_recursive(object, s->object_size, 1, s->flags, flags); in slab_post_alloc_hook()
/linux-4.1.27/Documentation/
Dkmemleak.txt155 kmemleak_alloc_recursive - as kmemleak_alloc but checks the recursiveness