Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_linux.cc26 static THREADLOCAL AllocatorCache allocator_cache; variable
27 AllocatorCache *GetAllocatorCache() { return &allocator_cache; } in GetAllocatorCache()
/netbsd/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_linux.cc24 static THREADLOCAL AllocatorCache allocator_cache; variable
25 AllocatorCache *GetAllocatorCache() { return &allocator_cache; } in GetAllocatorCache()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_linux.cc24 static THREADLOCAL AllocatorCache allocator_cache; variable
25 AllocatorCache *GetAllocatorCache() { return &allocator_cache; } in GetAllocatorCache()
/netbsd/sys/external/bsd/compiler_rt/dist/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()
/netbsd/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_thread.h55 AllocatorCache *allocator_cache() { return &allocator_cache_; } in allocator_cache() function
H A Dhwasan_thread.cpp99 AllocatorSwallowThreadLocalCache(allocator_cache()); in Destroy()
H A Dhwasan_allocator.cpp141 allocated = allocator.Allocate(t->allocator_cache(), size, alignment); in HwasanAllocate()
294 allocator.Deallocate(t->allocator_cache(), aligned_ptr); in HwasanDeallocate()
/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.h199 AllocatorCache allocator_cache; member
H A Dasan_allocator.cc209 return &ms->allocator_cache; in GetAllocatorCache()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.h199 AllocatorCache allocator_cache; member
H A Dasan_allocator.cc209 return &ms->allocator_cache; in GetAllocatorCache()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.h213 AllocatorCache allocator_cache; member
H A Dasan_allocator.cc211 return &ms->allocator_cache; in GetAllocatorCache()