Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dkmemleak.h34 extern void kmemleak_vmalloc(const struct vm_struct *area, size_t size,
87 static inline void kmemleak_vmalloc(const struct vm_struct *area, size_t size, in kmemleak_vmalloc() function
/Linux-v4.19/mm/
Dkmemleak.c992 void __ref kmemleak_vmalloc(const struct vm_struct *area, size_t size, gfp_t gfp) in kmemleak_vmalloc() function
1011 EXPORT_SYMBOL_GPL(kmemleak_vmalloc);
Dvmalloc.c1757 kmemleak_vmalloc(area, size, gfp_mask); in __vmalloc_node_range()
/Linux-v4.19/Documentation/dev-tools/
Dkmemleak.rst153 - ``kmemleak_vmalloc`` - notify of a vmalloc() memory allocation