Searched refs:ForceLock (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc125 allocator.ForceLock();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h434 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
436 void ForceLock() { function in class:__sanitizer::SizeClassAllocator64
787 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
789 void ForceLock() { function in class:__sanitizer::SizeClassAllocator32
1175 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
1177 void ForceLock() { function in class:__sanitizer::LargeMmapAllocator
1356 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
1358 void ForceLock() { function in class:__sanitizer::CombinedAllocator
1359 primary_.ForceLock();
1360 secondary_.ForceLock();
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc683 a->ForceLock();
721 a.ForceLock();
749 a.ForceLock();
/external/compiler-rt/lib/asan/
H A Dasan_allocator2.cc663 allocator.ForceLock();
677 __asan::allocator.ForceLock();

Completed in 126 milliseconds