Searched defs:leaks (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| D | tsan_rtl_thread.cpp | 40 auto &leaks = *static_cast<Vector<ThreadLeak> *>(arg); in CollectThreadLeaks() local 92 Vector<ThreadLeak> leaks; in ThreadFinalize() local
|
| /openbsd/src/lib/libc/stdlib/ |
| D | malloc.c | 2507 putleakinfo(struct leaktree *leaks, void *f, size_t sz, int cnt) in putleakinfo() 2586 dump_leaks(struct leaktree *leaks) in dump_leaks() 2598 dump_chunk(struct leaktree* leaks, struct chunk_info *p, void **f, in dump_chunk() 2621 dump_free_chunk_info(struct dir_info *d, struct leaktree *leaks) in dump_free_chunk_info() 2676 malloc_dump1(int poolno, struct dir_info *d, struct leaktree *leaks) in malloc_dump1() 2722 malloc_dump0(int poolno, struct dir_info *pool, struct leaktree *leaks) in malloc_dump0() 2750 struct leaktree leaks = RBT_INITIALIZER(&leaks); in malloc_dump() local
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/lsan/ |
| D | lsan_common.h | 250 LeakedChunks leaks; member
|
| D | lsan_common.cpp | 654 LeakedChunks *leaks = reinterpret_cast<LeakedChunks *>(arg); in CollectLeaksCb() local
|