Searched defs:SwapAllocator (Results 1 – 1 of 1) sorted by relevance
100 template <typename T> class SwapAllocator; variable114 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} in SwapAllocator() function117 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {} in SwapAllocator() function127 friend class SwapAllocator; variable149 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} in SwapAllocator() function152 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {} in SwapAllocator() function205 friend class SwapAllocator; variable