Lines Matching refs:size_t
123 size_t size;
147 size_t size;
264 size_t len, bool ascii) in warn_or_seq_hex_dump()
284 size_t len; in hex_dump_object()
287 len = min_t(size_t, object->size, HEX_MAX_LINES * HEX_ROW_SIZE); in hex_dump_object()
570 static struct kmemleak_object *create_object(unsigned long ptr, size_t size, in create_object()
700 static void delete_object_part(unsigned long ptr, size_t size) in delete_object_part()
785 static void add_scan_area(unsigned long ptr, size_t size, gfp_t gfp) in add_scan_area()
887 void __ref kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc()
906 void __ref kmemleak_alloc_percpu(const void __percpu *ptr, size_t size, in kmemleak_alloc_percpu()
933 void __ref kmemleak_vmalloc(const struct vm_struct *area, size_t size, gfp_t gfp) in kmemleak_vmalloc()
974 void __ref kmemleak_free_part(const void *ptr, size_t size) in kmemleak_free_part()
1082 void __ref kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) in kmemleak_scan_area()
1118 void __ref kmemleak_alloc_phys(phys_addr_t phys, size_t size, int min_count, in kmemleak_alloc_phys()
1133 void __ref kmemleak_free_part_phys(phys_addr_t phys, size_t size) in kmemleak_free_part_phys()
1768 size_t size, loff_t *ppos) in kmemleak_write()