forked from OSchip/llvm-project
parent
c6af350698
commit
2e1634b69f
|
@ -40,12 +40,6 @@
|
|||
|
||||
namespace __tsan {
|
||||
|
||||
ScopedInRtl::ScopedInRtl() {
|
||||
}
|
||||
|
||||
ScopedInRtl::~ScopedInRtl() {
|
||||
}
|
||||
|
||||
uptr GetShadowMemoryConsumption() {
|
||||
return 0;
|
||||
}
|
||||
|
@ -53,6 +47,13 @@ uptr GetShadowMemoryConsumption() {
|
|||
void FlushShadowMemory() {
|
||||
}
|
||||
|
||||
void WriteMemoryProfile(char *buf, uptr buf_size) {
|
||||
}
|
||||
|
||||
uptr GetRSS() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifndef TSAN_GO
|
||||
void InitializeShadowMemory() {
|
||||
uptr shadow = (uptr)MmapFixedNoReserve(kLinuxShadowBeg,
|
||||
|
|
Loading…
Reference in New Issue