Lines Matching defs:ptr
50 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive()
58 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive()
64 static inline void kmemleak_erase(void **ptr) in kmemleak_erase()
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()
91 static inline void kmemleak_free(const void *ptr) in kmemleak_free()
94 static inline void kmemleak_free_part(const void *ptr, size_t size) in kmemleak_free_part()
97 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive()
100 static inline void kmemleak_free_percpu(const void __percpu *ptr) in kmemleak_free_percpu()
103 static inline void kmemleak_update_trace(const void *ptr) in kmemleak_update_trace()
106 static inline void kmemleak_not_leak(const void *ptr) in kmemleak_not_leak()
109 static inline void kmemleak_ignore(const void *ptr) in kmemleak_ignore()
112 static inline void kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) in kmemleak_scan_area()
115 static inline void kmemleak_erase(void **ptr) in kmemleak_erase()
118 static inline void kmemleak_no_scan(const void *ptr) in kmemleak_no_scan()