Searched defs:RunSlotsAllocatorAdapter (Results 1 – 2 of 2) sorted by relevance
24 class RunSlotsAllocatorAdapter; variable41 …explicit RunSlotsAllocatorAdapter(RunSlotsAllocator<AllocConfigT, LockConfigT> *allocator) : alloc… in RunSlotsAllocatorAdapter() function46 RunSlotsAllocatorAdapter(const RunSlotsAllocatorAdapter<U, AllocConfigT, LockConfigT> &other) in RunSlotsAllocatorAdapter() function58 friend class RunSlotsAllocatorAdapter; variable80 explicit RunSlotsAllocatorAdapter(AllocConfigT *allocator) : allocator_(allocator) {} in RunSlotsAllocatorAdapter() function83 RunSlotsAllocatorAdapter(const RunSlotsAllocatorAdapter<U, AllocConfigT, LockConfigT> &other) in RunSlotsAllocatorAdapter() function89 RunSlotsAllocatorAdapter(RunSlotsAllocatorAdapter &&other) noexcept in RunSlotsAllocatorAdapter() function150 friend class RunSlotsAllocatorAdapter; variable
56 class RunSlotsAllocatorAdapter; variable