Searched refs:WriteMemoryProfile (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_windows.cpp | 23 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) {} in WriteMemoryProfile() function
|
| H A D | tsan_platform_mac.cpp | 153 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { in WriteMemoryProfile() function
|
| H A D | tsan_platform_linux.cpp | 118 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { in WriteMemoryProfile() function
|
| H A D | tsan_platform.h | 924 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns);
|
| H A D | tsan_rtl.cpp | 434 WriteMemoryProfile(buf.data(), buf.size(), uptime); in MemoryProfiler()
|