diff options
Diffstat (limited to 'compiler-rt/lib/msan/msan_allocator.h')
-rw-r--r-- | compiler-rt/lib/msan/msan_allocator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/lib/msan/msan_allocator.h b/compiler-rt/lib/msan/msan_allocator.h index 364331d96406..c2a38a401f3b 100644 --- a/compiler-rt/lib/msan/msan_allocator.h +++ b/compiler-rt/lib/msan/msan_allocator.h @@ -28,5 +28,8 @@ struct MsanThreadLocalMallocStorage { MsanThreadLocalMallocStorage() {} }; +void LockAllocator(); +void UnlockAllocator(); + } // namespace __msan #endif // MSAN_ALLOCATOR_H |