Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_platform_windows.cpp23 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) {} in WriteMemoryProfile() function
HDtsan_platform_mac.cpp153 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { in WriteMemoryProfile() function
HDtsan_platform_linux.cpp119 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { in WriteMemoryProfile() function
HDtsan_platform.h1029 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns);
HDtsan_rtl.cpp435 WriteMemoryProfile(buf.data(), buf.size(), uptime); in MemoryProfiler()