Lines Matching defs:ptr

38 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size,  in kmemleak_alloc_recursive()
46 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive()
52 static inline void kmemleak_erase(void **ptr) in kmemleak_erase()
62 static inline void kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc()
66 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive()
71 static inline void kmemleak_alloc_percpu(const void __percpu *ptr, size_t size, in kmemleak_alloc_percpu()
79 static inline void kmemleak_free(const void *ptr) in kmemleak_free()
82 static inline void kmemleak_free_part(const void *ptr, size_t size) in kmemleak_free_part()
85 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive()
88 static inline void kmemleak_free_percpu(const void __percpu *ptr) in kmemleak_free_percpu()
91 static inline void kmemleak_update_trace(const void *ptr) in kmemleak_update_trace()
94 static inline void kmemleak_not_leak(const void *ptr) in kmemleak_not_leak()
97 static inline void kmemleak_transient_leak(const void *ptr) in kmemleak_transient_leak()
100 static inline void kmemleak_ignore(const void *ptr) in kmemleak_ignore()
103 static inline void kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) in kmemleak_scan_area()
106 static inline void kmemleak_erase(void **ptr) in kmemleak_erase()
109 static inline void kmemleak_no_scan(const void *ptr) in kmemleak_no_scan()