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

/freebsd-10.2-release/contrib/libstdc++/src/
H A Dmt_allocator.cc88 _Bin_record& __bin = _M_bin[__n];
107 _Bin_record& __bin = _M_bin[__which];
122 _Bin_record& __bin = _M_bin[__which];
194 void* __v = ::operator new(sizeof(_Bin_record) * _M_bin_size);
195 _M_bin = static_cast<_Bin_record*>(__v);
198 _Bin_record& __bin = _M_bin[__n];
218 _Bin_record& __bin = _M_bin[__n];
235 _Bin_record& __bin = _M_bin[__n];
255 const _Bin_record& __bin = _M_bin[__which];
356 _Bin_record
[all...]
/freebsd-10.2-release/contrib/libstdc++/include/ext/
H A Dmt_allocator.h204 struct _Bin_record struct in class:__pool
232 const _Bin_record&
237 _M_adjust_freelist(const _Bin_record&, _Block_record*, size_t) argument
250 _Bin_record* _M_bin;
292 struct _Bin_record struct in class:__pool
340 const _Bin_record&
345 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block_record,
376 _Bin_record* _M_bin;
694 typedef typename __pool_type::_Bin_record _Bin_record; typedef
[all...]

Completed in 97 milliseconds