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

/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...]

Completed in 241 milliseconds