Home
last modified time | relevance | path

Searched defs:PageStdAllocator (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/
Dmemory.h164 struct PageStdAllocator : public std::allocator<T> { struct
168 explicit PageStdAllocator(PageAllocator& allocator): allocator_(allocator) {} in PageStdAllocator() argument
169 template <class Other> PageStdAllocator(const PageStdAllocator<Other>& other) in PageStdAllocator() argument
181 typedef PageStdAllocator<U> other; argument
197 class wasteful_vector : public std::vector<T, PageStdAllocator<T> > { argument