Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_windows.cpp26 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() function
H A Dtsan_platform_mac.cpp142 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() function
H A Dtsan_platform_linux.cpp129 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() function
H A Dtsan_platform.h1197 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
H A Dtsan_rtl.cpp166 WriteMemoryProfile(buf.data(), buf.size(), n_threads, n_running_threads); in MemoryProfiler()