Searched refs:nlive (Results 1 - 4 of 4) 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) { argument
H A Dtsan_platform_mac.cc48 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { argument
H A Dtsan_platform_linux.cc105 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { argument
116 nlive, nthread);
H A Dtsan_platform.h251 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);

Completed in 41 milliseconds