Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dkmemleak.h22 extern void kmemleak_vmalloc(const struct vm_struct *area, size_t size,
75 static inline void kmemleak_vmalloc(const struct vm_struct *area, size_t size, in kmemleak_vmalloc() function
/Linux-v5.15/mm/
Dkmemleak.c935 void __ref kmemleak_vmalloc(const struct vm_struct *area, size_t size, gfp_t gfp) in kmemleak_vmalloc() function
949 EXPORT_SYMBOL_GPL(kmemleak_vmalloc);
Dvmalloc.c3035 kmemleak_vmalloc(area, size, gfp_mask); in __vmalloc_node_range()
/Linux-v5.15/Documentation/dev-tools/
Dkmemleak.rst158 - ``kmemleak_vmalloc`` - notify of a vmalloc() memory allocation