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

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_windows.cpp23 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) {} function in namespace:__tsan
H A Dtsan_platform_mac.cpp153 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { function in namespace:__tsan
H A Dtsan_platform_linux.cpp118 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { function in namespace:__tsan
H A Dtsan_platform.h924 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns);
H A Dtsan_rtl.cpp434 WriteMemoryProfile(buf.data(), buf.size(), uptime);

Completed in 70 milliseconds