Home
last modified time | relevance | path

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

/linux/include/linux/
A Dkmemleak.h18 extern void kmemleak_alloc(const void *ptr, size_t size, int min_count,
42 kmemleak_alloc(ptr, size, min_count, gfp); in kmemleak_alloc_recursive()
61 static inline void kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc() function
/linux/Documentation/translations/zh_CN/dev-tools/
A Dkmemleak.rst139 - ``kmemleak_alloc`` - 通知一个内存块的分配
151 - ``kmemleak_alloc_recursive`` - 和 kmemleak_alloc 效果相同但会检查是否有递归的
/linux/tools/testing/scatterlist/linux/
A Dmm.h126 #define kmemleak_alloc(a, b, c, d) macro
/linux/mm/
A Dpage_ext.c273 kmemleak_alloc(addr, size, 1, flags); in alloc_page_ext()
A Dkmemleak.c1049 void __ref kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc() function
1057 EXPORT_SYMBOL_GPL(kmemleak_alloc);
A Dmm_init.c2423 kmemleak_alloc(table, size, 1, gfp_flags); in alloc_large_system_hash()
A Dslub.c4218 kmemleak_alloc(ptr, size, 1, flags); in ___kmalloc_large_node()
/linux/Documentation/dev-tools/
A Dkmemleak.rst156 - ``kmemleak_alloc`` - notify of a memory block allocation
168 - ``kmemleak_alloc_recursive`` - as kmemleak_alloc but checks the recursiveness
/linux/kernel/trace/
A Dtrace_sched_switch.c217 kmemleak_alloc(s, size, 1, GFP_KERNEL); in allocate_cmdlines_buffer()
A Dtracing_map.c347 kmemleak_alloc(a->pages[i], PAGE_SIZE, 1, GFP_KERNEL); in tracing_map_array_alloc()
/linux/lib/
A Dscatterlist.c165 kmemleak_alloc(ptr, PAGE_SIZE, 1, gfp_mask); in sg_kmalloc()
/linux/drivers/gpu/drm/imagination/
A Dpvr_mmu.c288 kmemleak_alloc(page->host_ptr, PAGE_SIZE, 1, GFP_KERNEL); in pvr_mmu_backing_page_init()
/linux/drivers/iommu/amd/
A Dinit.c692 kmemleak_alloc(pci_seg->irq_lookup_table, in alloc_irq_lookup_table()
/linux/block/
A Dblk-mq.c3457 kmemleak_alloc(p, order_to_size(this_order), 1, GFP_NOIO); in blk_mq_alloc_rqs()
/linux/net/core/
A Dneighbour.c547 kmemleak_alloc(buckets, size, 1, GFP_ATOMIC); in neigh_hash_alloc()

Completed in 78 milliseconds