Home
last modified time | relevance | path

Searched refs:internal_allocator_cache_mu (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cc72 static StaticSpinMutex internal_allocator_cache_mu;
92 SpinMutexLock l(&internal_allocator_cache_mu);
103 SpinMutexLock l(&internal_allocator_cache_mu);
112 SpinMutexLock l(&internal_allocator_cache_mu);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cpp92 static StaticSpinMutex internal_allocator_cache_mu; variable
112 SpinMutexLock l(&internal_allocator_cache_mu); in RawInternalAlloc()
123 SpinMutexLock l(&internal_allocator_cache_mu); in RawInternalRealloc()
132 SpinMutexLock l(&internal_allocator_cache_mu); in RawInternalFree()