Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_linux.cpp25 static THREADLOCAL AllocatorCache allocator_cache; variable
26 AllocatorCache *GetAllocatorCache() { return &allocator_cache; } in GetAllocatorCache()
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_allocator.h22 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
H A Dmsan_allocator.cpp144 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache)); in GetAllocatorCache()
145 return reinterpret_cast<AllocatorCache *>(ms->allocator_cache); in GetAllocatorCache()
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.h21 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
H A Ddfsan_allocator.cpp76 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache)); in GetAllocatorCache()
77 return reinterpret_cast<AllocatorCache *>(ms->allocator_cache); in GetAllocatorCache()
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h56 AllocatorCache *allocator_cache() { return &allocator_cache_; } in allocator_cache() function
H A Dhwasan_thread.cpp101 AllocatorSwallowThreadLocalCache(allocator_cache()); in Destroy()
H A Dhwasan_allocator.cpp184 allocated = allocator.Allocate(t->allocator_cache(), size, alignment); in HwasanAllocate()
339 allocator.Deallocate(t->allocator_cache(), aligned_ptr); in HwasanDeallocate()
/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h72 AllocatorCache allocator_cache; member
H A Dmemprof_allocator.cpp204 return &ms->allocator_cache; in GetAllocatorCache()
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.h193 AllocatorCache allocator_cache; member
H A Dasan_allocator.cpp267 return &ms->allocator_cache; in GetAllocatorCache()