Home
last modified time | relevance | path

Searched refs:kmemleak_alloc (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/include/linux/
Dkmemleak.h29 extern void kmemleak_alloc(const void *ptr, size_t size, int min_count,
47 kmemleak_alloc(ptr, size, min_count, gfp); in kmemleak_alloc_recursive()
66 static inline void kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc() function
/linux-4.4.14/mm/
Dpage_ext.c203 kmemleak_alloc(addr, size, 1, flags); in alloc_page_ext()
Dnobootmem.c66 kmemleak_alloc(ptr, size, 0, 0); in __alloc_memory_core_early()
Dslob.c461 kmemleak_alloc(ret, size, 1, gfp); in __do_kmalloc_node()
Dkmemleak.c909 void __ref kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc() function
919 EXPORT_SYMBOL_GPL(kmemleak_alloc);
Dbootmem.c594 kmemleak_alloc(region, size, 0, 0); in alloc_bootmem_bdata()
Dmemblock.c1154 kmemleak_alloc(__va(found), size, 0, 0); in memblock_alloc_range_nid()
1315 kmemleak_alloc(ptr, size, 0, 0); in memblock_virt_alloc_internal()
Dslab_common.c1009 kmemleak_alloc(ret, size, 1, flags); in kmalloc_order()
Dvmalloc.c1687 kmemleak_alloc(addr, real_size, 2, gfp_mask); in __vmalloc_node_range()
Dpage_alloc.c6402 kmemleak_alloc(table, size, 1, GFP_ATOMIC); in alloc_large_system_hash()
Dslub.c1272 kmemleak_alloc(ptr, size, 1, flags); in kmalloc_large_node_hook()
/linux-4.4.14/Documentation/
Dkmemleak.txt144 kmemleak_alloc - notify of a memory block allocation
155 kmemleak_alloc_recursive - as kmemleak_alloc but checks the recursiveness
/linux-4.4.14/lib/
Dscatterlist.c177 kmemleak_alloc(ptr, PAGE_SIZE, 1, gfp_mask); in sg_kmalloc()
/linux-4.4.14/block/
Dblk-mq.c1521 kmemleak_alloc(p, order_to_size(this_order), 1, GFP_KERNEL); in blk_mq_init_rq_map()