Searched refs:kmemleak_alloc (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | kmemleak.h | 18 extern void kmemleak_alloc(const void *ptr, size_t size, int min_count, 43 kmemleak_alloc(ptr, size, min_count, gfp); in kmemleak_alloc_recursive() 62 static inline void kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc() function
|
| /linux-6.15/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kmemleak.rst | 139 - ``kmemleak_alloc`` - 通知一个内存块的分配 151 - ``kmemleak_alloc_recursive`` - 和 kmemleak_alloc 效果相同但会检查是否有递归的
|
| /linux-6.15/tools/testing/scatterlist/linux/ |
| H A D | mm.h | 126 #define kmemleak_alloc(a, b, c, d) macro
|
| /linux-6.15/mm/ |
| H A D | page_ext.c | 273 kmemleak_alloc(addr, size, 1, flags); in alloc_page_ext()
|
| H A D | kmemleak.c | 1081 void __ref kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc() function 1089 EXPORT_SYMBOL_GPL(kmemleak_alloc);
|
| H A D | mm_init.c | 2527 kmemleak_alloc(table, size, 1, gfp_flags); in alloc_large_system_hash()
|
| H A D | slub.c | 4281 kmemleak_alloc(ptr, size, 1, flags); in ___kmalloc_large_node()
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | kmemleak.rst | 156 - ``kmemleak_alloc`` - notify of a memory block allocation 169 - ``kmemleak_alloc_recursive`` - as kmemleak_alloc but checks the recursiveness
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_sched_switch.c | 217 kmemleak_alloc(s, size, 1, GFP_KERNEL); in allocate_cmdlines_buffer()
|
| H A D | tracing_map.c | 347 kmemleak_alloc(a->pages[i], PAGE_SIZE, 1, GFP_KERNEL); in tracing_map_array_alloc()
|
| /linux-6.15/lib/ |
| H A D | scatterlist.c | 165 kmemleak_alloc(ptr, PAGE_SIZE, 1, gfp_mask); in sg_kmalloc()
|
| /linux-6.15/drivers/gpu/drm/imagination/ |
| H A D | pvr_mmu.c | 288 kmemleak_alloc(page->host_ptr, PAGE_SIZE, 1, GFP_KERNEL); in pvr_mmu_backing_page_init()
|
| /linux-6.15/drivers/iommu/amd/ |
| H A D | init.c | 674 kmemleak_alloc(pci_seg->irq_lookup_table, in alloc_irq_lookup_table()
|
| /linux-6.15/block/ |
| H A D | blk-mq.c | 3579 kmemleak_alloc(p, order_to_size(this_order), 1, GFP_NOIO); in blk_mq_alloc_rqs()
|