Lines Matching refs:PageAllocator
241 class PageAllocator class
247 PageAllocator() in PageAllocator() function in PageAllocator
251 ~PageAllocator() in ~PageAllocator()
259 friend void swap<>(PageAllocator & lhs, PageAllocator & rhs);
261 PageAllocator (PageAllocator const & rhs);
262 PageAllocator & operator= (PageAllocator const & rhs);
266 inline void swap (PageAllocator & lhs, PageAllocator & rhs) in swap()
272 PageAllocator::PageAllocator (PageAllocator const & rhs) in PageAllocator() function in PageAllocator
278 PageAllocator &
279 PageAllocator::operator= (PageAllocator const & rhs) in operator =()
281 PageAllocator tmp (rhs); in operator =()
282 swap<PageAllocator>(tmp, *this); in operator =()