Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Dmemory_allocator.h163 struct PageStdAllocator : public std::allocator<T> { struct
167 explicit PageStdAllocator(PageAllocator& allocator) : allocator_(allocator), in PageStdAllocator() argument
172 template <class Other> PageStdAllocator(const PageStdAllocator<Other>& other) in PageStdAllocator() function
178 explicit PageStdAllocator(PageAllocator& allocator, in PageStdAllocator() argument
198 typedef PageStdAllocator<U> other; argument
216 class wasteful_vector : public std::vector<T, PageStdAllocator<T> > { argument