Home
last modified time | relevance | path

Searched refs:TAG_ALLOC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp228 stack->tag = StackTrace::TAG_ALLOC; in MsanAllocate()
278 stack->tag = StackTrace::TAG_ALLOC; in MsanReallocate()
H A Dmsan_report.cpp74 case StackTrace::TAG_ALLOC: in DescribeOrigin()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.h48 static const int TAG_ALLOC = 1; member