Lines Matching defs:ptr
37 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive()
45 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive()
51 static inline void kmemleak_erase(void **ptr) in kmemleak_erase()
61 static inline void kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc()
65 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive()
70 static inline void kmemleak_alloc_percpu(const void __percpu *ptr, size_t size, in kmemleak_alloc_percpu()
78 static inline void kmemleak_free(const void *ptr) in kmemleak_free()
81 static inline void kmemleak_free_part(const void *ptr, size_t size) in kmemleak_free_part()
84 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive()
87 static inline void kmemleak_free_percpu(const void __percpu *ptr) in kmemleak_free_percpu()
90 static inline void kmemleak_update_trace(const void *ptr) in kmemleak_update_trace()
93 static inline void kmemleak_not_leak(const void *ptr) in kmemleak_not_leak()
96 static inline void kmemleak_ignore(const void *ptr) in kmemleak_ignore()
99 static inline void kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) in kmemleak_scan_area()
102 static inline void kmemleak_erase(void **ptr) in kmemleak_erase()
105 static inline void kmemleak_no_scan(const void *ptr) in kmemleak_no_scan()