| D | malloc.c | 2507 putleakinfo(struct leaktree *leaks, void *f, size_t sz, int cnt) in putleakinfo() argument 2517 p = RBT_FIND(leaktree, leaks, &key); in putleakinfo() 2532 RBT_INSERT(leaktree, leaks, p); in putleakinfo() 2586 dump_leaks(struct leaktree *leaks) in dump_leaks() argument 2593 RBT_FOREACH(p, leaktree, leaks) in dump_leaks() 2598 dump_chunk(struct leaktree* leaks, struct chunk_info *p, void **f, in dump_chunk() argument 2610 putleakinfo(leaks, f[i], sz, 1); in dump_chunk() 2621 dump_free_chunk_info(struct dir_info *d, struct leaktree *leaks) in dump_free_chunk_info() argument 2642 dump_chunk(leaks, p, NULL, 1); in dump_free_chunk_info() 2676 malloc_dump1(int poolno, struct dir_info *d, struct leaktree *leaks) in malloc_dump1() argument [all …]
|