Home
last modified time | relevance | path

Searched refs:nlive (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_platform_windows.cpp26 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
Dtsan_platform_mac.cpp142 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
188 nthread, nlive); in WriteMemoryProfile()
Dtsan_platform_linux.cpp129 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
141 nlive, nthread); in WriteMemoryProfile()
Dtsan_platform.h1037 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_windows.cc31 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
Dtsan_platform_linux.cc113 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
125 nlive, nthread); in WriteMemoryProfile()
Dtsan_platform_mac.cc110 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
Dtsan_platform.h759 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);