Lines Matching refs:P
77 template<typename T, typename P = pool_base>
80 typedef P pool_type;
97 typedef memory_pool_allocator<U, P> other;
103 memory_pool_allocator(const memory_pool_allocator<U,P>& src) throw() : my_pool(src.my_pool) {} in memory_pool_allocator()
141 template<typename P>
142 class memory_pool_allocator<void, P> {
144 typedef P pool_type;
149 typedef memory_pool_allocator<U, P> other;
155 memory_pool_allocator(const memory_pool_allocator<U,P>& src) throw() : my_pool(src.my_pool) {} in memory_pool_allocator()
167 template<typename T, typename U, typename P>
168 inline bool operator==( const memory_pool_allocator<T,P>& a, const memory_pool_allocator<U,P>& b) {…
170 template<typename T, typename U, typename P>
171 inline bool operator!=( const memory_pool_allocator<T,P>& a, const memory_pool_allocator<U,P>& b) {…