Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_linux.cc26 static THREADLOCAL AllocatorCache allocator_cache; variable
27 AllocatorCache *GetAllocatorCache() { return &allocator_cache; } in GetAllocatorCache()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_allocator.h24 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
H A Dmsan_allocator.cc136 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache)); in GetAllocatorCache()
137 return reinterpret_cast<AllocatorCache *>(ms->allocator_cache); in GetAllocatorCache()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h53 AllocatorCache *allocator_cache() { return &allocator_cache_; } in allocator_cache() function
H A Dhwasan_thread.cc80 AllocatorSwallowThreadLocalCache(allocator_cache()); in Destroy()
H A Dhwasan_allocator.cc152 allocated = allocator.Allocate(t->allocator_cache(), size, alignment); in HwasanAllocate()
250 allocator.Deallocate(t->allocator_cache(), aligned_ptr); in HwasanDeallocate()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.h213 AllocatorCache allocator_cache; member
H A Dasan_allocator.cc211 return &ms->allocator_cache; in GetAllocatorCache()