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

/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_platform_windows.cc29 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { function in namespace:__tsan
H A Dtsan_platform_mac.cc48 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { function in namespace:__tsan
H A Dtsan_platform.h251 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
H A Dtsan_platform_linux.cc105 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { function in namespace:__tsan
H A Dtsan_rtl.cc123 WriteMemoryProfile(buf.data(), buf.size(), n_threads, n_running_threads);

Completed in 47 milliseconds