Searched refs:_M_real_alloc (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dextptr_allocator.h72 : _M_real_alloc() { }
75 : _M_real_alloc(__rarg._M_real_alloc) { }
79 : _M_real_alloc(__rarg._M_getUnderlyingImp()) { }
91 { return _M_real_alloc.allocate(__n,__hint); }
94 { _M_real_alloc.deallocate(__p.get(), __n); }
115 { return _M_real_alloc == __rarg._M_getUnderlyingImp(); }
119 { return _M_real_alloc == __rarg._M_real_alloc; }
124 { return _M_real_alloc !
140 std::allocator<_Tp> _M_real_alloc; member in class:_ExtPtr_allocator
162 std::allocator<void> _M_real_alloc; member in class:_ExtPtr_allocator
[all...]

Completed in 56 milliseconds