summaryrefslogtreecommitdiff
path: root/lib/msan/msan.h
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-10-22 14:31:30 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-10-22 14:31:30 +0000
commit7c6bd4060e60f5b148cc629c8791c2a8bf3d3347 (patch)
treed922b16460dc2f7e1256795feaed1df398978aa8 /lib/msan/msan.h
parent285d458935bc2f9d8ec1109de01ed66185062349 (diff)
[msan] Drain allocator cache when leaving thread.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@193163 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/msan/msan.h')
-rw-r--r--lib/msan/msan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/msan/msan.h b/lib/msan/msan.h
index 8c24de647..fe7f20ae2 100644
--- a/lib/msan/msan.h
+++ b/lib/msan/msan.h
@@ -44,6 +44,7 @@ bool InitShadow(bool prot1, bool prot2, bool map_shadow, bool init_origins);
char *GetProcSelfMaps();
void InitializeInterceptors();
+void MsanAllocatorThreadFinish();
void *MsanReallocate(StackTrace *stack, void *oldp, uptr size,
uptr alignment, bool zeroise);
void MsanDeallocate(StackTrace *stack, void *ptr);