__threads
template <bool __threads, int __inst>
__default_alloc_template<__threads, __inst>::_S_chunk_alloc(size_t __size,
template <bool __threads, int __inst>
__default_alloc_template<__threads, __inst>::_S_refill(size_t __n)
template <bool __threads, int __inst>
__default_alloc_template<__threads, __inst>::_S_node_allocator_lock
template <bool __threads, int __inst>
__default_alloc_template<__threads, __inst>::_S_node_allocator_lock
template <bool __threads, int __inst>
__default_alloc_template<__threads, __inst>::
template <bool __threads, int __inst>
__default_alloc_template<__threads, __inst>::
template <bool __threads, int __inst>
__default_alloc_template<__threads, __inst>::_S_node_allocator_lock = 0;
template <bool __threads, int __inst>
__default_alloc_template<__threads, __inst>::
template <bool __threads, int __inst>
__default_alloc_template<__threads, __inst>::_S_unlock(
template <bool __threads, int __inst>
char* __default_alloc_template<__threads, __inst>::_S_start_free = 0;
template <bool __threads, int __inst>
char* __default_alloc_template<__threads, __inst>::_S_end_free = 0;
template <bool __threads, int __inst>
size_t __default_alloc_template<__threads, __inst>::_S_heap_size = 0;
template <bool __threads, int __inst>
__default_alloc_template<__threads, __inst>::_Obj* __VOLATILE
__default_alloc_template<__threads, __inst> ::_S_free_list[
template <bool __threads, int __inst>
inline bool operator==(const __default_alloc_template<__threads, __inst>&,
const __default_alloc_template<__threads, __inst>&)
template <bool __threads, int __inst>
inline bool operator!=(const __default_alloc_template<__threads, __inst>&,
const __default_alloc_template<__threads, __inst>&)
template <class _Tp, bool __threads, int __inst>
struct _Alloc_traits<_Tp, __default_alloc_template<__threads, __inst> >