Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_allocator.h24 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
Dmsan_allocator.cc102 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache)); in GetAllocatorCache()
103 return reinterpret_cast<AllocatorCache *>(ms->allocator_cache); in GetAllocatorCache()
/external/compiler-rt/lib/asan/
Dasan_allocator.h156 AllocatorCache allocator_cache; member
Dasan_allocator.cc199 return &ms->allocator_cache; in GetAllocatorCache()