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

/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Ddebug_allocator.h81 _Alloc _M_allocator; member in class:debug_allocator
93 pointer __res = _M_allocator.allocate(__n + _M_extra);
102 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
119 _M_allocator.deallocate(__real_p, __n + _M_extra);

Completed in 60 milliseconds