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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.h23 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque. member in struct:__msan::MsanThreadLocalMallocStorage
H A Dmsan_allocator.cpp132 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache));
133 return reinterpret_cast<AllocatorCache *>(ms->allocator_cache);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_linux.cpp25 static THREADLOCAL AllocatorCache allocator_cache; member in namespace:__lsan
26 AllocatorCache *GetAllocatorCache() { return &allocator_cache; }
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h49 AllocatorCache *allocator_cache() { return &allocator_cache_; } function in class:__hwasan::Thread
H A Dhwasan_thread.cpp88 AllocatorSwallowThreadLocalCache(allocator_cache());
H A Dhwasan_allocator.cpp118 allocated = allocator.Allocate(t->allocator_cache(), size, alignment);
226 allocator.Deallocate(t->allocator_cache(), aligned_ptr);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h196 AllocatorCache allocator_cache; member in struct:__asan::AsanThreadLocalMallocStorage
H A Dasan_allocator.cpp210 return &ms->allocator_cache;

Completed in 139 milliseconds