Lines Matching refs:allocator
35 class GCAllocatorImpl : public std::allocator<T> {
37 typedef typename std::allocator<T>::value_type value_type;
38 typedef typename std::allocator<T>::size_type size_type;
39 typedef typename std::allocator<T>::difference_type difference_type;
40 typedef typename std::allocator<T>::pointer pointer;
41 typedef typename std::allocator<T>::const_pointer const_pointer;
42 typedef typename std::allocator<T>::reference reference;
43 typedef typename std::allocator<T>::const_reference const_reference;
54 // Enables an allocator for objects of one type to allocate storage for objects of another type.
72 // GCAllocatorImpl<T> if kMeasureGCMemoryOverhead is true, std::allocator<T> otherwise.
76 std::allocator<T> >::value {