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/
H A 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/
H A Dmalloc.c2507 putleakinfo(struct leaktree *leaks, void *f, size_t sz, int cnt) in putleakinfo() argument
2586 dump_leaks(struct leaktree *leaks) in dump_leaks() argument
2598 dump_chunk(struct leaktree* leaks, struct chunk_info *p, void **f, in dump_chunk() argument
2621 dump_free_chunk_info(struct dir_info *d, struct leaktree *leaks) in dump_free_chunk_info() argument
2676 malloc_dump1(int poolno, struct dir_info *d, struct leaktree *leaks) in malloc_dump1() argument
2722 malloc_dump0(int poolno,struct dir_info * pool,struct leaktree * leaks) malloc_dump0() argument
2750 struct leaktree leaks = RBT_INITIALIZER(&leaks); malloc_dump() local
[all...]
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common.h250 LeakedChunks leaks; member
H A Dlsan_common.cpp654 LeakedChunks *leaks = reinterpret_cast<LeakedChunks *>(arg); in CollectLeaksCb() local