Searched refs:kmemleak_alloc (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | kmemleak.h | 18 extern void kmemleak_alloc(const void *ptr, size_t size, int min_count, 44 kmemleak_alloc(ptr, size, min_count, gfp); in kmemleak_alloc_recursive() 63 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/ |
| H A D | kmemleak.rst | 139 - ``kmemleak_alloc`` - 通知一个内存块的分配 151 - ``kmemleak_alloc_recursive`` - 和 kmemleak_alloc 效果相同但会检查是否有递归的
|
| /linux/tools/testing/scatterlist/linux/ |
| H A D | mm.h | 125 #define kmemleak_alloc(a, b, c, d) macro
|
| /linux/kernel/trace/ |
| H A D | trace_sched_switch.c | 217 kmemleak_alloc(s, size, 1, GFP_KERNEL); in allocate_cmdlines_buffer()
|