Searched refs:AnnotateNewMemory (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dtsan_annotations.cpp48 extern "C" __attribute__((weak)) void AnnotateNewMemory(const char *f, int l, function
H A Dtsan_annotations.h42 void AnnotateNewMemory(const char *f, int l, uptr mem, uptr size);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp294 void INTERFACE_ATTRIBUTE AnnotateNewMemory(char *f, int l, uptr mem, function
296 SCOPED_ANNOTATION(AnnotateNewMemory);

Completed in 104 milliseconds