Searched defs:SwapAllocator (Results 1 – 1 of 1) sorted by relevance
102 template <typename T> class SwapAllocator; variable116 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} in SwapAllocator() function119 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {} in SwapAllocator() function129 friend class SwapAllocator; variable148 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} in SwapAllocator() function151 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {} in SwapAllocator() function202 friend class SwapAllocator; variable