Home
last modified time | relevance | path

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

/linux/include/linux/
A 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/mm/
A 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);
A Dvmalloc.c3077 kmemleak_vmalloc(area, size, gfp_mask); in __vmalloc_node_range()
/linux/Documentation/dev-tools/
A Dkmemleak.rst158 - ``kmemleak_vmalloc`` - notify of a vmalloc() memory allocation

Completed in 18 milliseconds