Searched refs:nlive (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_windows.cc | 31 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
|
D | tsan_platform_linux.cc | 113 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument 125 nlive, nthread); in WriteMemoryProfile()
|
D | tsan_platform_mac.cc | 110 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
|
D | tsan_platform.h | 759 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
|