HomeSort by relevance Sort by last modified time
    Searched refs:ForceUnlock (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/asan/
asan_allocator.cc 653 void ForceUnlock() {
655 allocator.ForceUnlock();
792 instance.ForceUnlock();
808 __asan::get_allocator().ForceUnlock();
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 144 allocator.ForceUnlock();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 453 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
461 void ForceUnlock() {
816 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
824 void ForceUnlock() {
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 693 a->ForceUnlock();
731 a.ForceUnlock();
773 a.ForceUnlock();

Completed in 75 milliseconds