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() argument172 template <class Other> PageStdAllocator(const PageStdAllocator<Other>& other) in PageStdAllocator() function178 explicit PageStdAllocator(PageAllocator& allocator, in PageStdAllocator() argument198 typedef PageStdAllocator<U> other; argument216 class wasteful_vector : public std::vector<T, PageStdAllocator<T> > { argument