Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddfsan_allocator.cpp59 static AllocatorCache fallback_allocator_cache; variable
107 AllocatorCache *cache = &fallback_allocator_cache; in DFsanAllocate()
142 AllocatorCache *cache = &fallback_allocator_cache; in dfsan_deallocate()
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_allocator.cpp127 static AllocatorCache fallback_allocator_cache; variable
173 AllocatorCache *cache = &fallback_allocator_cache; in MsanAllocate()
224 AllocatorCache *cache = &fallback_allocator_cache; in MsanDeallocate()
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp29 static AllocatorCache fallback_allocator_cache; variable
187 AllocatorCache *cache = &fallback_allocator_cache; in HwasanAllocate()
345 AllocatorCache *cache = &fallback_allocator_cache; in HwasanDeallocate()
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_allocator.cpp303 AllocatorCache fallback_allocator_cache; member
529 AllocatorCache *cache = &fallback_allocator_cache; in Allocate()
658 AllocatorCache *ac = &fallback_allocator_cache; in QuarantineChunk()
831 QuarantineCallback(&fallback_allocator_cache, in Purge()