Searched refs:_Block_record (Results 1 – 2 of 2) sorted by relevance
110 _Block_record* __block = reinterpret_cast<_Block_record*>(__c); in _M_reclaim_block()137 _Block_record* __block = reinterpret_cast<_Block_record*>(__c); in _M_reserve_block()142 __block->_M_next = reinterpret_cast<_Block_record*>(__c); in _M_reserve_block()199 __v = ::operator new(sizeof(_Block_record*)); in _M_initialize()200 __bin._M_first = static_cast<_Block_record**>(__v); in _M_initialize()259 _Block_record* __block = reinterpret_cast<_Block_record*>(__c); in _M_reclaim_block()298 _Block_record* __first = __bin._M_first[__thread_id]; in _M_reclaim_block()299 _Block_record* __tmp = __first; in _M_reclaim_block()357 _Block_record* __block = NULL; in _M_reserve_block()381 __block = reinterpret_cast<_Block_record*>(__c); in _M_reserve_block()[all …]
198 union _Block_record union201 _Block_record* _M_next;207 _Block_record** _M_first;237 _M_adjust_freelist(const _Bin_record&, _Block_record*, size_t) in _M_adjust_freelist() argument283 union _Block_record union286 _Block_record* _M_next;297 _Block_record** _M_first;345 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block, in _M_adjust_freelist()481 typedef typename pool_type::_Block_record _Block_record;482 const static size_t __a = (__alignof__(_Tp) >= sizeof(_Block_record)[all …]