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

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

Completed in 198 milliseconds