Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_linux.cpp26 static THREADLOCAL AllocatorCache allocator_cache; variable
27 AllocatorCache *GetAllocatorCache() { return &allocator_cache; } in GetAllocatorCache()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.h21 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
H A Ddfsan_allocator.cpp80 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache)); in GetAllocatorCache()
81 return reinterpret_cast<AllocatorCache *>(ms->allocator_cache); in GetAllocatorCache()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.h22 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
H A Dmsan_allocator.cpp171 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache)); in GetAllocatorCache()
172 return reinterpret_cast<AllocatorCache *>(ms->allocator_cache); in GetAllocatorCache()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp61 AllocatorThreadStart(allocator_cache()); in Init()
109 AllocatorThreadFinish(allocator_cache()); in Destroy()
H A Dhwasan_thread.h56 AllocatorCache *allocator_cache() { return &allocator_cache_; } in allocator_cache() function
H A Dhwasan_allocator.cpp207 allocated = allocator.Allocate(t->allocator_cache(), size, alignment); in HwasanAllocate()
364 allocator.Deallocate(t->allocator_cache(), aligned_ptr); in HwasanDeallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h76 AllocatorCache allocator_cache; member
H A Dmemprof_allocator.cpp206 return &ms->allocator_cache; in GetAllocatorCache()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h263 AllocatorCache allocator_cache; member
H A Dasan_allocator.cpp321 return &ms->allocator_cache; in GetAllocatorCache()