Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp33 static StaticSpinMutex internal_allocator_cache_mu; variable
53 SpinMutexLock l(&internal_allocator_cache_mu); in RawInternalAlloc()
64 SpinMutexLock l(&internal_allocator_cache_mu); in RawInternalRealloc()
73 SpinMutexLock l(&internal_allocator_cache_mu); in RawInternalFree()
130 internal_allocator_cache_mu.Lock(); in InternalAllocatorLock()
136 internal_allocator_cache_mu.Unlock(); in InternalAllocatorUnlock()