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

/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc129 allocator.ForceUnlock();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h434 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
442 void ForceUnlock() { function in class:__sanitizer::SizeClassAllocator64
787 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
795 void ForceUnlock() { function in class:__sanitizer::SizeClassAllocator32
1175 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
1181 void ForceUnlock() { function in class:__sanitizer::LargeMmapAllocator
1356 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
1363 void ForceUnlock() { function in class:__sanitizer::CombinedAllocator
1364 secondary_.ForceUnlock();
1365 primary_.ForceUnlock();
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc685 a->ForceUnlock();
723 a.ForceUnlock();
765 a.ForceUnlock();
/external/compiler-rt/lib/asan/
H A Dasan_allocator2.cc669 allocator.ForceUnlock();
681 __asan::allocator.ForceUnlock();

Completed in 74 milliseconds