Searched refs:allocator_cache (Results 1 – 4 of 4) sorted by relevance
24 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
102 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache)); in GetAllocatorCache()103 return reinterpret_cast<AllocatorCache *>(ms->allocator_cache); in GetAllocatorCache()
156 AllocatorCache allocator_cache; member
199 return &ms->allocator_cache; in GetAllocatorCache()