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

/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dbitmap_allocator.cc37 std::pair<bitmap_allocator<char>::_Alloc_block*,
38 bitmap_allocator<char>::_Alloc_block*> >;
41 std::pair<bitmap_allocator<wchar_t>::_Alloc_block*,
42 bitmap_allocator<wchar_t>::_Alloc_block*> >;
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h739 struct _Alloc_block struct in class:bitmap_allocator
746 typedef typename std::pair<_Alloc_block*, _Alloc_block*> _Block_pair;
758 __gnu_cxx::__detail::_Ffit_finder<_Alloc_block*> _FFF;
791 + _S_block_size * sizeof(_Alloc_block)
802 std::make_pair(reinterpret_cast<_Alloc_block*>
804 reinterpret_cast<_Alloc_block*>
824 _Bitmap_counter<_Alloc_block*> _S_last_request;
875 __gnu_cxx::__detail::_Ffit_finder<_Alloc_block*> _FFF;
949 _Alloc_block* __real_
[all...]

Completed in 126 milliseconds