Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_windows.cc31 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() function
Dtsan_platform_mac.cc110 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() function
Dtsan_platform_linux.cc113 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() function
Dtsan_platform.h759 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
Dtsan_rtl.cc141 WriteMemoryProfile(buf.data(), buf.size(), n_threads, n_running_threads); in MemoryProfiler()