Lines Matching refs:size_t
30 extern void kmemleak_alloc(const void *ptr, size_t size, int min_count,
32 extern void kmemleak_alloc_percpu(const void __percpu *ptr, size_t size,
34 extern void kmemleak_vmalloc(const struct vm_struct *area, size_t size,
37 extern void kmemleak_free_part(const void *ptr, size_t size) __ref;
42 extern void kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) __ref;
44 extern void kmemleak_alloc_phys(phys_addr_t phys, size_t size, int min_count,
46 extern void kmemleak_free_part_phys(phys_addr_t phys, size_t size) __ref;
50 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive()
74 static inline void kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc()
78 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive()
83 static inline void kmemleak_alloc_percpu(const void __percpu *ptr, size_t size, in kmemleak_alloc_percpu()
87 static inline void kmemleak_vmalloc(const struct vm_struct *area, size_t size, in kmemleak_vmalloc()
94 static inline void kmemleak_free_part(const void *ptr, size_t size) in kmemleak_free_part()
112 static inline void kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) in kmemleak_scan_area()
121 static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size, in kmemleak_alloc_phys()
125 static inline void kmemleak_free_part_phys(phys_addr_t phys, size_t size) in kmemleak_free_part_phys()