Searched defs:RunSlotsAllocatorAdapter (Results 1 – 2 of 2) sorted by relevance
24 class RunSlotsAllocatorAdapter; variable46 …explicit RunSlotsAllocatorAdapter(RunSlotsAllocator<AllocConfigT, LockConfigT> *allocator) : alloc… in RunSlotsAllocatorAdapter() function51 RunSlotsAllocatorAdapter(const RunSlotsAllocatorAdapter<U, AllocConfigT, LockConfigT> &other) in RunSlotsAllocatorAdapter() function63 friend class RunSlotsAllocatorAdapter; variable94 explicit RunSlotsAllocatorAdapter(AllocConfigT *allocator) : allocator_(allocator) {} in RunSlotsAllocatorAdapter() function97 RunSlotsAllocatorAdapter(const RunSlotsAllocatorAdapter<U, AllocConfigT, LockConfigT> &other) in RunSlotsAllocatorAdapter() function103 RunSlotsAllocatorAdapter(RunSlotsAllocatorAdapter &&other) noexcept in RunSlotsAllocatorAdapter() function166 friend class RunSlotsAllocatorAdapter; variable
56 class RunSlotsAllocatorAdapter; variable