Searched defs:PageStdAllocator (Results 1 – 1 of 1) sorted by relevance
163 struct PageStdAllocator : public std::allocator<T> { struct167 explicit PageStdAllocator(PageAllocator& allocator): allocator_(allocator) {} in PageStdAllocator() argument168 template <class Other> PageStdAllocator(const PageStdAllocator<Other>& other) in PageStdAllocator() function180 typedef PageStdAllocator<U> other; argument196 class wasteful_vector : public std::vector<T, PageStdAllocator<T> > { argument