summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_platform.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2014-12-09 01:22:59 +0000
committerKostya Serebryany <kcc@google.com>2014-12-09 01:22:59 +0000
commit6c54a6b5dd5c507b2f33c0ffb7ec03b3df5f9be3 (patch)
tree77b267aed243a7ba5e820c3a6129aac971c82566 /compiler-rt/lib/tsan/rtl/tsan_platform.h
parentcc4487eb8b8860f096819aacd95be723948a4632 (diff)
downloadbcm5719-llvm-6c54a6b5dd5c507b2f33c0ffb7ec03b3df5f9be3.tar.gz
bcm5719-llvm-6c54a6b5dd5c507b2f33c0ffb7ec03b3df5f9be3.zip
[asan] move GetRSS from tsan to sanitizer_common
llvm-svn: 223730
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_platform.h')
-rw-r--r--compiler-rt/lib/tsan/rtl/tsan_platform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_platform.h b/compiler-rt/lib/tsan/rtl/tsan_platform.h
index 45f8631fd0b..cf52312baba 100644
--- a/compiler-rt/lib/tsan/rtl/tsan_platform.h
+++ b/compiler-rt/lib/tsan/rtl/tsan_platform.h
@@ -251,7 +251,6 @@ uptr ALWAYS_INLINE GetThreadTraceHeader(int tid) {
void InitializePlatform();
void FlushShadowMemory();
void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
-uptr GetRSS();
void *internal_start_thread(void(*func)(void*), void *arg);
void internal_join_thread(void *th);
OpenPOWER on IntegriCloud