Searched defs:allocator_cache (Results 1 – 5 of 5) sorted by relevance
22 alignas(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque. member
21 alignas(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque. member
26 static THREADLOCAL AllocatorCache allocator_cache; variable
76 AllocatorCache allocator_cache; member
56 AllocatorCache *allocator_cache() { return &allocator_cache_; } in allocator_cache() function