Home
last modified time | relevance | path

Searched refs:kDirectlyLeaked (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp748 m.set_tag(kDirectlyLeaked); in ResetTagsCb()
760 if (m.tag() == kDirectlyLeaked || m.tag() == kIndirectlyLeaked) in CollectLeaksCb()
960 CHECK(tag == kDirectlyLeaked || tag == kIndirectlyLeaked); in AddLeakedChunks()
968 bool is_directly_leaked = (tag == kDirectlyLeaked); in AddLeakedChunks()
H A Dlsan_common.h71 kDirectlyLeaked = 0, // default enumerator
H A Dlsan_allocator.cpp67 m->tag = DisabledInThisThread() ? kIgnored : kDirectlyLeaked; in RegisterAllocation()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp260 : __lsan::kDirectlyLeaked); in HwasanAllocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp656 : __lsan::kDirectlyLeaked; in Allocate()