Home
last modified time | relevance | path

Searched defs:leaks (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp40 auto &leaks = *static_cast<Vector<ThreadLeak> *>(arg); in CollectThreadLeaks() local
92 Vector<ThreadLeak> leaks; in ThreadFinalize() local
/openbsd/src/lib/libc/stdlib/
Dmalloc.c2507 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/
Dlsan_common.h250 LeakedChunks leaks; member
Dlsan_common.cpp654 LeakedChunks *leaks = reinterpret_cast<LeakedChunks *>(arg); in CollectLeaksCb() local