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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 425 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
433 void ForceUnlock() {
716 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
724 void ForceUnlock() {
    [all...]
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 124 allocator.ForceUnlock();
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 701 allocator.ForceUnlock();
713 __asan::allocator.ForceUnlock();
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 672 a->ForceUnlock();
710 a.ForceUnlock();

Completed in 162 milliseconds