Searched refs:kmemleak_alloc_recursive (Results 1 – 4 of 4) sorted by relevance
37 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() function65 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() function
151 - ``kmemleak_alloc_recursive`` - 和 kmemleak_alloc 效果相同但会检查是否有递归的
168 - ``kmemleak_alloc_recursive`` - as kmemleak_alloc but checks the recursiveness
4089 kmemleak_alloc_recursive(p[i], s->object_size, 1, in slab_post_alloc_hook()