8fc810787b
2010-06-03 Paolo Carlini <paolo.carlini@oracle.com> * include/bits/c++config (std::size_t, std::ptrdiff_t, std::nullptr_t): Provide typedefs. * include/c_std/cstddef: Don't provide std::size_t and std::ptrdiff_t here. * include/c_global/cstddef: Likewise. * src/condition_variable.cc: Don't include <cstddef>, don't use NULL, use std::size_t and std::ptrdiff_t. * src/mt_allocator.cc: Likewise. * src/localename.cc: Likewise. * src/chrono.cc: Likewise. * src/thread.cc: Likewise. * include/debug/formatter.h: Likewise. * include/debug/functions.h: Likewise. * include/std/valarray: Likewise. * include/std/thread: Likewise. * include/std/type_traits: Likewise. * include/std/atomic: Likewise. * include/std/iterator: Likewise. * include/std/bitset: Likewise. * include/std/fstream: Likewise. * include/std/mutex: Likewise. * include/c_std/cstdlib: Likewise. * include/c_std/cstdio: Likewise. * include/c_std/ctime: Likewise. * include/c_std/cwchar: Likewise. * include/c_std/cstring: Likewise. * include/parallel/multiway_merge.h: Likewise. * include/parallel/multiseq_selection.h: Likewise. * include/parallel/base.h: Likewise. * include/parallel/basic_iterator.h: Likewise. * include/parallel/multiway_mergesort.h * include/parallel/partition.h: Likewise. * include/ext/string_conversions.h: Likewise. * include/ext/pb_ds/assoc_container.hpp: Likewise. * include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp: Likewise. * include/ext/pb_ds/detail/resize_policy/ hash_prime_size_policy_imp.hpp: Likewise. * include/ext/pb_ds/detail/resize_policy/ sample_resize_policy.hpp: Likewise. * include/ext/pb_ds/detail/resize_policy/ sample_resize_trigger.hpp: Likewise. * include/ext/pb_ds/detail/binomial_heap_base_/ erase_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/binomial_heap_base_/ find_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/binomial_heap_base_/ insert_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/binomial_heap_base_/ constructors_destructor_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/binomial_heap_base_/ debug_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/binomial_heap_base_/ split_join_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/cc_hash_table_map_/ erase_store_hash_fn_imps.hpp: Likewise. * include/ext/pb_ds/d: Likewise.etail/cc_hash_table_map_/ insert_no_store_hash_fn_imps.hpp * include/ext/pb_ds/detail/cc_hash_table_map_/ cmp_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/cc_hash_table_map_/ find_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/cc_hash_table_map_/ insert_store_hash_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/cc_hash_table_map_/ debug_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/cc_hash_table_map_/ info_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/cc_hash_table_map_/ entry_list_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/cc_hash_table_map_/ trace_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/cc_hash_table_map_/ erase_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/cc_hash_table_map_/ cc_ht_map_.hpp: Likewise. * include/ext/pb_ds/detail/cc_hash_table_map_/ resize_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/cc_hash_table_map_/ constructor_destructor_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/cc_hash_table_map_/ erase_no_store_hash_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/unordered_iterator/ iterator.hpp: Likewise. * include/ext/pb_ds/detail/unordered_iterator/ const_iterator.hpp: Likewise. * include/ext/pb_ds/detail/unordered_iterator/ point_iterator.hpp: Likewise. * include/ext/pb_ds/detail/unordered_iterator/ const_point_iterator.hpp: Likewise. * include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp: Likewise. * include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/pat_trie_/ insert_join_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/pat_trie_/ constructors_destructor_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/pat_trie_/ const_child_iterator.hpp: Likewise. * include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp: Likewise. * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Likewise. * include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp: Likewise. * include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/bin_search_tree_/ find_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/bin_search_tree_/ r_erase_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/bin_search_tree_/ constructors_destructor_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/bin_search_tree_/ debug_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/bin_search_tree_/ rotate_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/bin_search_tree_/ erase_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/bin_search_tree_/ insert_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/bin_search_tree_/ node_iterators.hpp: Likewise. * include/ext/pb_ds/detail/bin_search_tree_/ point_iterators.hpp: Likewise. * include/ext/pb_ds/detail/bin_search_tree_/ split_join_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/bin_search_tree_/ iterators_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/gp_hash_table_map_/ find_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/gp_hash_table_map_/ gp_ht_map_.hpp: Likewise. * include/ext/pb_ds/detail/gp_hash_table_map_/ resize_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/gp_hash_table_map_/ standard_policies.hpp: Likewise. * include/ext/pb_ds/detail/tree_policy/ sample_tree_node_update.hpp: Likewise. * include/ext/pb_ds/detail/basic_tree_policy/ null_node_metadata.hpp: Likewise. * include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp: Likewise. * include/ext/pb_ds/detail/binary_heap_/ const_point_iterator.hpp: Likewise. * include/ext/pb_ds/detail/binary_heap_/ split_join_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/trie_policy/ sample_trie_node_update.hpp: Likewise. * include/ext/pb_ds/detail/trie_policy/ sample_trie_e_access_traits.hpp: Likewise. * include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/pairing_heap_/ split_join_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/list_update_policy/ counter_lu_metadata.hpp: Likewise. * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ trace_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ erase_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ null_metadata.hpp: Likewise. * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ const_iterator.hpp: Likewise. * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ insert_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ constructors_destructor_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ debug_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ iterators_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ const_point_iterator.hpp: Likewise. * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/thin_heap_/ constructors_destructor_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/thin_heap_/ split_join_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/ov_tree_map_/ constructors_destructor_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Likewise. * include/ext/pb_ds/detail/ov_tree_map_/ iterators_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp: Likewise. * include/ext/pb_ds/detail/hash_fn/ sample_ranged_probe_fn.hpp: Likewise. * include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp: Likewise. * include/ext/pb_ds/detail/hash_fn/ sample_ranged_hash_fn.hpp: Likewise. * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/splay_tree_/ split_join_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/list_update_map_/ trace_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/list_update_map_/ erase_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/list_update_map_/ find_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Likewise. * include/ext/pb_ds/detail/list_update_map_/ constructor_destructor_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/list_update_map_/ insert_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/list_update_map_/ info_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/list_update_map_/ iterators_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/rc_binomial_heap_/ erase_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/rc_binomial_heap_/ insert_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/rc_binomial_heap_/ debug_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/rb_tree_map_/ split_join_fn_imps.hpp: Likewise. * include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp: Likewise. * include/ext/pb_ds/list_update_policy.hpp: Likewise. * include/ext/pb_ds/exception.hpp: Likewise. * include/ext/pb_ds/tree_policy.hpp: Likewise. * include/ext/pb_ds/tag_and_trait.hpp: Likewise. * include/ext/pb_ds/hash_policy.hpp: Likewise. * include/ext/pb_ds/trie_policy.hpp: Likewise. * include/ext/pb_ds/priority_queue.hpp: Likewise. * include/ext/throw_allocator.h: Likewis: Likewise.e. * include/ext/bitmap_allocator.h * include/ext/rc_string_base.h: Likewise. * include/ext/new_allocator.h: Likewise. * include/ext/codecvt_specializations.h: Likewise. * include/ext/functional: Likewise.: Likewise. * include/ext/array_allocator.h: Likewise. * include/ext/mt_allocator.h: Likewise. * include/ext/sso_string_base.h: Likewise. * include/profile/impl/profiler_trace.h: Likewise. * include/profile/impl/profiler_node.h: Likewise. * include/bits/stl_algobase.h: Likewise. * include/bits/functional_hash.h: Likewise. * include/bits/locale_facets.tcc: Likewise. * include/bits/locale_facets.h: Likewise. * include/bits/stl_iterator_base_types.h: Likewise. * include/bits/move.h: Likewise. * include/bits/boost_concept_check.h: Likewise. * include/bits/basic_string.tcc: Likewise. * include/bits/locale_facets_nonio.tcc: Likewise. * include/bits/fstream.tcc: Likewise. * include/bits/locale_facets_nonio.h: Likewise. * include/c_global/cstdlib: Likewise. * include/c_global/cstdio: Likewise. * include/c_global/ctime: Likewise. * include/c_global/cwchar: Likewise. * include/c_global/cstring * include/tr1/type_traits: Likewise. * include/backward/hash_fun.h: Likewise. * libsupc++/new: Likewise. * libsupc++/initializer_list: Likewise. * testsuite/27_io/basic_ofstream/pthread2.cc: Likewise. * testsuite/27_io/basic_iostream/cons/2020.cc: Likewise. * testsuite/27_io/basic_streambuf/sgetn/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_streambuf/sgetn/char/1.cc: Likewise. * testsuite/27_io/basic_streambuf/overflow/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_streambuf/overflow/char/1.cc: Likewise. * testsuite/27_io/basic_streambuf/sgetc/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_streambuf/sgetc/char/1.cc: Likewise. * testsuite/27_io/basic_streambuf/sputn/wchar_t/1057.cc: Likewise. * testsuite/27_io/basic_streambuf/sputn/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_streambuf/sputn/char/1057.cc: Likewise. * testsuite/27_io/basic_streambuf/sputn/char/1.cc: Likewise. * testsuite/27_io/basic_streambuf/sputc/wchar_t/1057.cc: Likewise. * testsuite/27_io/basic_streambuf/sputc/char/1057.cc: Likewise. * testsuite/27_io/objects/wchar_t/5268.cc: Likewise. * testsuite/27_io/objects/char/9661-1.cc: Likewise. * testsuite/27_io/objects/char/5268.cc: Likewise. * testsuite/27_io/objects/char/10.cc: Likewise. * testsuite/27_io/basic_ios/copyfmt/char/1.cc: Likewise. * testsuite/27_io/basic_ios/copyfmt/char/2.cc: Likewise. * testsuite/27_io/basic_ios/exceptions/char/1.cc: Likewise. * testsuite/27_io/basic_ios/locales/char/1.cc: Likewise. * testsuite/27_io/basic_ios/clear/char/1.cc: Likewise. * testsuite/27_io/basic_ostringstream/pthread3.cc: Likewise. * testsuite/27_io/basic_stringbuf/sputc/wchar_t/1057.cc: Likewise. * testsuite/27_io/basic_stringbuf/sputc/char/1057.cc: Likewise. * testsuite/27_io/basic_stringbuf/sputn/wchar_t/1057.cc: Likewise. * testsuite/27_io/basic_stringbuf/sputn/char/1057.cc: Likewise. * testsuite/27_io/basic_istream/get/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_istream/get/char/1.cc: Likewise. * testsuite/27_io/basic_istream/ignore/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_istream/ignore/char/1.cc: Likewise. * testsuite/27_io/basic_istream/peek/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_istream/peek/char/1.cc: Likewise. * testsuite/27_io/basic_istream/getline/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_istream/getline/char/1.cc: Likewise. * testsuite/27_io/basic_istream/extractors_other/wchar_t/ exceptions_null.cc * testsuite/27_io/basic_istream/extractors_other/wchar_t/ 1.cc: Likewise. * testsuite/27_io/basic_istream/extractors_other/char/ exceptions_null.cc: Likewise. * testsuite/27_io/basic_istream/extractors_other/char/1.cc: Likewise. * testsuite/27_io/basic_istream/cons/3.cc: Likewise. * testsuite/27_io/basic_istream/extractors_arithmetic/ wchar_t/01.cc: Likewise. * testsuite/27_io/basic_istream/extractors_arithmetic/ char/01.cc: Likewise. * testsuite/27_io/basic_istream/extractors_character/ wchar_t/1.cc: Likewise. * testsuite/27_io/basic_istream/extractors_character/ wchar_t/2.cc: Likewise. * testsuite/27_io/basic_istream/extractors_character/ wchar_t/3.cc: Likewise. * testsuite/27_io/basic_istream/extractors_character/ char/1.cc: Likewise. * testsuite/27_io/basic_istream/extractors_character/ char/2.cc: Likewise. * testsuite/27_io/basic_istream/extractors_character/ char/3.cc: Likewise. * testsuite/27_io/basic_istream/extractors_character/ char/9826.cc: Likewise. * testsuite/27_io/basic_istream/read/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_istream/read/char/1.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ exceptions_null.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ 1.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/char/ exceptions_null.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/char/1.cc: Likewise. * testsuite/27_io/basic_ostream/cons/2020.cc: Likewise. * testsuite/27_io/basic_ostream/sentry/pod/1.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/ wchar_t/8.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/ char/8.cc: Likewise. * testsuite/27_io/basic_filebuf/setbuf/char/1.cc: Likewise. * testsuite/27_io/basic_filebuf/sputc/char/1057.cc: Likewise. * testsuite/27_io/basic_filebuf/open/char/1.cc: Likewise. * testsuite/27_io/basic_filebuf/open/char/2.cc: Likewise. * testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise. * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc: Likewise. * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1.cc: Likewise. * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-2.cc: Likewise. * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-3.cc: Likewise. * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4.cc: Likewise. * testsuite/27_io/basic_filebuf/close/wchar_t/12790-3.cc: Likewise. * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise. * testsuite/27_io/basic_filebuf/close/char/1.cc: Likewise. * testsuite/27_io/basic_filebuf/close/char/2.cc: Likewise. * testsuite/27_io/basic_filebuf/close/char/12790-3.cc: Likewise. * testsuite/27_io/basic_filebuf/sputn/char/1057.cc: Likewise. * testsuite/24_iterators/ostreambuf_iterator/2.cc: Likewise. * testsuite/18_support/bad_exception/23591_thread-1.c * testsuite/18_support/new_delete_placement.cc: Likewise. * testsuite/18_support/pthread_guard.cc: Likewise. * testsuite/21_strings/basic_string/operations/wchar_t/1.cc: Likewise. * testsuite/21_strings/basic_string/operations/char/1.cc: Likewise. * testsuite/21_strings/basic_string/pthread4.cc: Likewise. * testsuite/21_strings/basic_string/cons/wchar_t/5.cc: Likewise. * testsuite/21_strings/basic_string/cons/char/5.cc: Likewise. * testsuite/30_threads/timed_mutex/cons/assign_neg.cc: Likewise. * testsuite/30_threads/timed_mutex/cons/copy_neg.cc: Likewise. * testsuite/30_threads/recursive_mutex/cons/assign_neg.cc: Likewise. * testsuite/30_threads/recursive_mutex/cons/copy_neg.cc: Likewise. * testsuite/30_threads/mutex/cons/assign_neg.cc: Likewise. * testsuite/30_threads/mutex/cons/copy_neg.cc: Likewise. * testsuite/30_threads/thread/cons/assign_neg.cc: Likewise. * testsuite/30_threads/thread/cons/copy_neg.cc: Likewise. * testsuite/30_threads/recursive_timed_mutex/cons/ assign_neg.cc: Likewise. * testsuite/30_threads/recursive_timed_mutex/cons/ copy_neg.cc: Likewise. * testsuite/ext/mt_allocator/22309_thread.cc: Likewise. * testsuite/ext/slist/23781.cc: Likewise. * testsuite/ext/rope/pthread7-rope.cc: Likewise. * testsuite/ext/stdio_filebuf/char/10063-2.cc: Likewise. * testsuite/22_locale/ctype/is/wchar_t/1.cc: Likewise. * testsuite/22_locale/ctype/is/char/1.cc: Likewise. * testsuite/22_locale/time_put/put/char/12439_1.cc: Likewise. * testsuite/22_locale/time_put/put/char/12439_3.cc: Likewise. * testsuite/22_locale/locale/cons/2.cc: Likewise. * testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise. * testsuite/22_locale/locale/cons/29217.cc: Likewise. * testsuite/22_locale/locale/global_locale_objects/14071.cc: Likewise. * testsuite/22_locale/locale/global_locale_objects/2.cc: Likewise. * testsuite/tr1/6_containers/unordered_multimap/ requirements/iterator_null_neg.cc: Likewise. * testsuite/tr1/6_containers/unordered_multiset/ requirements/iterator_null_neg.cc: Likewise. * testsuite/29_atomics/atomic_address/cons/single_value.cc: Likewise. * testsuite/29_atomics/atomic_address/cons/aggregate.cc: Likewise. * testsuite/23_containers/multimap/23781.cc: Likewise. * testsuite/23_containers/set/23781.cc: Likewise. * testsuite/23_containers/multiset/23781.cc: Likewise. * testsuite/23_containers/list/pthread1.cc: Likewise. * testsuite/23_containers/list/23781.cc: Likewise. * testsuite/23_containers/map/pthread6.cc: Likewise. * testsuite/23_containers/map/23781.cc: Likewise. * testsuite/util/regression/rand/priority_queue/ rand_regression_test.hpp: Likewise. * testsuite/util/regression/rand/priority_queue/ container_rand_regression_test.tcc: Likewise. * testsuite/util/regression/rand/assoc/ rand_regression_test.hpp: Likewise. * testsuite/util/regression/rand/assoc/ container_rand_regression_test.tcc: Likewise. * testsuite/util/testsuite_hooks.cc: Likewise. * testsuite/util/testsuite_io.h: Likewise. * testsuite/util/testsuite_iterators.h: Likewise. * testsuite/util/replacement_memory_operators.h: Likewise. * testsuite/util/testsuite_allocator.h: Likewise. * testsuite/util/testsuite_performance.h: Likewise. From-SVN: r160231
752 lines
22 KiB
C++
752 lines
22 KiB
C++
// MT-optimized allocator -*- C++ -*-
|
|
|
|
// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
|
// Free Software Foundation, Inc.
|
|
//
|
|
// This file is part of the GNU ISO C++ Library. This library is free
|
|
// software; you can redistribute it and/or modify it under the
|
|
// terms of the GNU General Public License as published by the
|
|
// Free Software Foundation; either version 3, or (at your option)
|
|
// any later version.
|
|
|
|
// This library is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// Under Section 7 of GPL version 3, you are granted additional
|
|
// permissions described in the GCC Runtime Library Exception, version
|
|
// 3.1, as published by the Free Software Foundation.
|
|
|
|
// You should have received a copy of the GNU General Public License and
|
|
// a copy of the GCC Runtime Library Exception along with this program;
|
|
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|
// <http://www.gnu.org/licenses/>.
|
|
|
|
/** @file ext/mt_allocator.h
|
|
* This file is a GNU extension to the Standard C++ Library.
|
|
*/
|
|
|
|
#ifndef _MT_ALLOCATOR_H
|
|
#define _MT_ALLOCATOR_H 1
|
|
|
|
#include <new>
|
|
#include <cstdlib>
|
|
#include <bits/functexcept.h>
|
|
#include <ext/atomicity.h>
|
|
#include <bits/move.h>
|
|
|
|
_GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
|
|
|
|
using std::size_t;
|
|
using std::ptrdiff_t;
|
|
|
|
typedef void (*__destroy_handler)(void*);
|
|
|
|
/// Base class for pool object.
|
|
struct __pool_base
|
|
{
|
|
// Using short int as type for the binmap implies we are never
|
|
// caching blocks larger than 32768 with this allocator.
|
|
typedef unsigned short int _Binmap_type;
|
|
|
|
// Variables used to configure the behavior of the allocator,
|
|
// assigned and explained in detail below.
|
|
struct _Tune
|
|
{
|
|
// Compile time constants for the default _Tune values.
|
|
enum { _S_align = 8 };
|
|
enum { _S_max_bytes = 128 };
|
|
enum { _S_min_bin = 8 };
|
|
enum { _S_chunk_size = 4096 - 4 * sizeof(void*) };
|
|
enum { _S_max_threads = 4096 };
|
|
enum { _S_freelist_headroom = 10 };
|
|
|
|
// Alignment needed.
|
|
// NB: In any case must be >= sizeof(_Block_record), that
|
|
// is 4 on 32 bit machines and 8 on 64 bit machines.
|
|
size_t _M_align;
|
|
|
|
// Allocation requests (after round-up to power of 2) below
|
|
// this value will be handled by the allocator. A raw new/
|
|
// call will be used for requests larger than this value.
|
|
// NB: Must be much smaller than _M_chunk_size and in any
|
|
// case <= 32768.
|
|
size_t _M_max_bytes;
|
|
|
|
// Size in bytes of the smallest bin.
|
|
// NB: Must be a power of 2 and >= _M_align (and of course
|
|
// much smaller than _M_max_bytes).
|
|
size_t _M_min_bin;
|
|
|
|
// In order to avoid fragmenting and minimize the number of
|
|
// new() calls we always request new memory using this
|
|
// value. Based on previous discussions on the libstdc++
|
|
// mailing list we have chosen the value below.
|
|
// See http://gcc.gnu.org/ml/libstdc++/2001-07/msg00077.html
|
|
// NB: At least one order of magnitude > _M_max_bytes.
|
|
size_t _M_chunk_size;
|
|
|
|
// The maximum number of supported threads. For
|
|
// single-threaded operation, use one. Maximum values will
|
|
// vary depending on details of the underlying system. (For
|
|
// instance, Linux 2.4.18 reports 4070 in
|
|
// /proc/sys/kernel/threads-max, while Linux 2.6.6 reports
|
|
// 65534)
|
|
size_t _M_max_threads;
|
|
|
|
// Each time a deallocation occurs in a threaded application
|
|
// we make sure that there are no more than
|
|
// _M_freelist_headroom % of used memory on the freelist. If
|
|
// the number of additional records is more than
|
|
// _M_freelist_headroom % of the freelist, we move these
|
|
// records back to the global pool.
|
|
size_t _M_freelist_headroom;
|
|
|
|
// Set to true forces all allocations to use new().
|
|
bool _M_force_new;
|
|
|
|
explicit
|
|
_Tune()
|
|
: _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
|
|
_M_chunk_size(_S_chunk_size), _M_max_threads(_S_max_threads),
|
|
_M_freelist_headroom(_S_freelist_headroom),
|
|
_M_force_new(std::getenv("GLIBCXX_FORCE_NEW") ? true : false)
|
|
{ }
|
|
|
|
explicit
|
|
_Tune(size_t __align, size_t __maxb, size_t __minbin, size_t __chunk,
|
|
size_t __maxthreads, size_t __headroom, bool __force)
|
|
: _M_align(__align), _M_max_bytes(__maxb), _M_min_bin(__minbin),
|
|
_M_chunk_size(__chunk), _M_max_threads(__maxthreads),
|
|
_M_freelist_headroom(__headroom), _M_force_new(__force)
|
|
{ }
|
|
};
|
|
|
|
struct _Block_address
|
|
{
|
|
void* _M_initial;
|
|
_Block_address* _M_next;
|
|
};
|
|
|
|
const _Tune&
|
|
_M_get_options() const
|
|
{ return _M_options; }
|
|
|
|
void
|
|
_M_set_options(_Tune __t)
|
|
{
|
|
if (!_M_init)
|
|
_M_options = __t;
|
|
}
|
|
|
|
bool
|
|
_M_check_threshold(size_t __bytes)
|
|
{ return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
|
|
|
|
size_t
|
|
_M_get_binmap(size_t __bytes)
|
|
{ return _M_binmap[__bytes]; }
|
|
|
|
size_t
|
|
_M_get_align()
|
|
{ return _M_options._M_align; }
|
|
|
|
explicit
|
|
__pool_base()
|
|
: _M_options(_Tune()), _M_binmap(0), _M_init(false) { }
|
|
|
|
explicit
|
|
__pool_base(const _Tune& __options)
|
|
: _M_options(__options), _M_binmap(0), _M_init(false) { }
|
|
|
|
private:
|
|
explicit
|
|
__pool_base(const __pool_base&);
|
|
|
|
__pool_base&
|
|
operator=(const __pool_base&);
|
|
|
|
protected:
|
|
// Configuration options.
|
|
_Tune _M_options;
|
|
|
|
_Binmap_type* _M_binmap;
|
|
|
|
// Configuration of the pool object via _M_options can happen
|
|
// after construction but before initialization. After
|
|
// initialization is complete, this variable is set to true.
|
|
bool _M_init;
|
|
};
|
|
|
|
|
|
/**
|
|
* @brief Data describing the underlying memory pool, parameterized on
|
|
* threading support.
|
|
*/
|
|
template<bool _Thread>
|
|
class __pool;
|
|
|
|
/// Specialization for single thread.
|
|
template<>
|
|
class __pool<false> : public __pool_base
|
|
{
|
|
public:
|
|
union _Block_record
|
|
{
|
|
// Points to the block_record of the next free block.
|
|
_Block_record* _M_next;
|
|
};
|
|
|
|
struct _Bin_record
|
|
{
|
|
// An "array" of pointers to the first free block.
|
|
_Block_record** _M_first;
|
|
|
|
// A list of the initial addresses of all allocated blocks.
|
|
_Block_address* _M_address;
|
|
};
|
|
|
|
void
|
|
_M_initialize_once()
|
|
{
|
|
if (__builtin_expect(_M_init == false, false))
|
|
_M_initialize();
|
|
}
|
|
|
|
void
|
|
_M_destroy() throw();
|
|
|
|
char*
|
|
_M_reserve_block(size_t __bytes, const size_t __thread_id);
|
|
|
|
void
|
|
_M_reclaim_block(char* __p, size_t __bytes) throw ();
|
|
|
|
size_t
|
|
_M_get_thread_id() { return 0; }
|
|
|
|
const _Bin_record&
|
|
_M_get_bin(size_t __which)
|
|
{ return _M_bin[__which]; }
|
|
|
|
void
|
|
_M_adjust_freelist(const _Bin_record&, _Block_record*, size_t)
|
|
{ }
|
|
|
|
explicit __pool()
|
|
: _M_bin(0), _M_bin_size(1) { }
|
|
|
|
explicit __pool(const __pool_base::_Tune& __tune)
|
|
: __pool_base(__tune), _M_bin(0), _M_bin_size(1) { }
|
|
|
|
private:
|
|
// An "array" of bin_records each of which represents a specific
|
|
// power of 2 size. Memory to this "array" is allocated in
|
|
// _M_initialize().
|
|
_Bin_record* _M_bin;
|
|
|
|
// Actual value calculated in _M_initialize().
|
|
size_t _M_bin_size;
|
|
|
|
void
|
|
_M_initialize();
|
|
};
|
|
|
|
#ifdef __GTHREADS
|
|
/// Specialization for thread enabled, via gthreads.h.
|
|
template<>
|
|
class __pool<true> : public __pool_base
|
|
{
|
|
public:
|
|
// Each requesting thread is assigned an id ranging from 1 to
|
|
// _S_max_threads. Thread id 0 is used as a global memory pool.
|
|
// In order to get constant performance on the thread assignment
|
|
// routine, we keep a list of free ids. When a thread first
|
|
// requests memory we remove the first record in this list and
|
|
// stores the address in a __gthread_key. When initializing the
|
|
// __gthread_key we specify a destructor. When this destructor
|
|
// (i.e. the thread dies) is called, we return the thread id to
|
|
// the front of this list.
|
|
struct _Thread_record
|
|
{
|
|
// Points to next free thread id record. NULL if last record in list.
|
|
_Thread_record* _M_next;
|
|
|
|
// Thread id ranging from 1 to _S_max_threads.
|
|
size_t _M_id;
|
|
};
|
|
|
|
union _Block_record
|
|
{
|
|
// Points to the block_record of the next free block.
|
|
_Block_record* _M_next;
|
|
|
|
// The thread id of the thread which has requested this block.
|
|
size_t _M_thread_id;
|
|
};
|
|
|
|
struct _Bin_record
|
|
{
|
|
// An "array" of pointers to the first free block for each
|
|
// thread id. Memory to this "array" is allocated in
|
|
// _S_initialize() for _S_max_threads + global pool 0.
|
|
_Block_record** _M_first;
|
|
|
|
// A list of the initial addresses of all allocated blocks.
|
|
_Block_address* _M_address;
|
|
|
|
// An "array" of counters used to keep track of the amount of
|
|
// blocks that are on the freelist/used for each thread id.
|
|
// - Note that the second part of the allocated _M_used "array"
|
|
// actually hosts (atomic) counters of reclaimed blocks: in
|
|
// _M_reserve_block and in _M_reclaim_block those numbers are
|
|
// subtracted from the first ones to obtain the actual size
|
|
// of the "working set" of the given thread.
|
|
// - Memory to these "arrays" is allocated in _S_initialize()
|
|
// for _S_max_threads + global pool 0.
|
|
size_t* _M_free;
|
|
size_t* _M_used;
|
|
|
|
// Each bin has its own mutex which is used to ensure data
|
|
// integrity while changing "ownership" on a block. The mutex
|
|
// is initialized in _S_initialize().
|
|
__gthread_mutex_t* _M_mutex;
|
|
};
|
|
|
|
// XXX GLIBCXX_ABI Deprecated
|
|
void
|
|
_M_initialize(__destroy_handler);
|
|
|
|
void
|
|
_M_initialize_once()
|
|
{
|
|
if (__builtin_expect(_M_init == false, false))
|
|
_M_initialize();
|
|
}
|
|
|
|
void
|
|
_M_destroy() throw();
|
|
|
|
char*
|
|
_M_reserve_block(size_t __bytes, const size_t __thread_id);
|
|
|
|
void
|
|
_M_reclaim_block(char* __p, size_t __bytes) throw ();
|
|
|
|
const _Bin_record&
|
|
_M_get_bin(size_t __which)
|
|
{ return _M_bin[__which]; }
|
|
|
|
void
|
|
_M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
|
|
size_t __thread_id)
|
|
{
|
|
if (__gthread_active_p())
|
|
{
|
|
__block->_M_thread_id = __thread_id;
|
|
--__bin._M_free[__thread_id];
|
|
++__bin._M_used[__thread_id];
|
|
}
|
|
}
|
|
|
|
// XXX GLIBCXX_ABI Deprecated
|
|
_GLIBCXX_CONST void
|
|
_M_destroy_thread_key(void*) throw ();
|
|
|
|
size_t
|
|
_M_get_thread_id();
|
|
|
|
explicit __pool()
|
|
: _M_bin(0), _M_bin_size(1), _M_thread_freelist(0)
|
|
{ }
|
|
|
|
explicit __pool(const __pool_base::_Tune& __tune)
|
|
: __pool_base(__tune), _M_bin(0), _M_bin_size(1),
|
|
_M_thread_freelist(0)
|
|
{ }
|
|
|
|
private:
|
|
// An "array" of bin_records each of which represents a specific
|
|
// power of 2 size. Memory to this "array" is allocated in
|
|
// _M_initialize().
|
|
_Bin_record* _M_bin;
|
|
|
|
// Actual value calculated in _M_initialize().
|
|
size_t _M_bin_size;
|
|
|
|
_Thread_record* _M_thread_freelist;
|
|
void* _M_thread_freelist_initial;
|
|
|
|
void
|
|
_M_initialize();
|
|
};
|
|
#endif
|
|
|
|
template<template <bool> class _PoolTp, bool _Thread>
|
|
struct __common_pool
|
|
{
|
|
typedef _PoolTp<_Thread> pool_type;
|
|
|
|
static pool_type&
|
|
_S_get_pool()
|
|
{
|
|
static pool_type _S_pool;
|
|
return _S_pool;
|
|
}
|
|
};
|
|
|
|
template<template <bool> class _PoolTp, bool _Thread>
|
|
struct __common_pool_base;
|
|
|
|
template<template <bool> class _PoolTp>
|
|
struct __common_pool_base<_PoolTp, false>
|
|
: public __common_pool<_PoolTp, false>
|
|
{
|
|
using __common_pool<_PoolTp, false>::_S_get_pool;
|
|
|
|
static void
|
|
_S_initialize_once()
|
|
{
|
|
static bool __init;
|
|
if (__builtin_expect(__init == false, false))
|
|
{
|
|
_S_get_pool()._M_initialize_once();
|
|
__init = true;
|
|
}
|
|
}
|
|
};
|
|
|
|
#ifdef __GTHREADS
|
|
template<template <bool> class _PoolTp>
|
|
struct __common_pool_base<_PoolTp, true>
|
|
: public __common_pool<_PoolTp, true>
|
|
{
|
|
using __common_pool<_PoolTp, true>::_S_get_pool;
|
|
|
|
static void
|
|
_S_initialize()
|
|
{ _S_get_pool()._M_initialize_once(); }
|
|
|
|
static void
|
|
_S_initialize_once()
|
|
{
|
|
static bool __init;
|
|
if (__builtin_expect(__init == false, false))
|
|
{
|
|
if (__gthread_active_p())
|
|
{
|
|
// On some platforms, __gthread_once_t is an aggregate.
|
|
static __gthread_once_t __once = __GTHREAD_ONCE_INIT;
|
|
__gthread_once(&__once, _S_initialize);
|
|
}
|
|
|
|
// Double check initialization. May be necessary on some
|
|
// systems for proper construction when not compiling with
|
|
// thread flags.
|
|
_S_get_pool()._M_initialize_once();
|
|
__init = true;
|
|
}
|
|
}
|
|
};
|
|
#endif
|
|
|
|
/// Policy for shared __pool objects.
|
|
template<template <bool> class _PoolTp, bool _Thread>
|
|
struct __common_pool_policy : public __common_pool_base<_PoolTp, _Thread>
|
|
{
|
|
template<typename _Tp1, template <bool> class _PoolTp1 = _PoolTp,
|
|
bool _Thread1 = _Thread>
|
|
struct _M_rebind
|
|
{ typedef __common_pool_policy<_PoolTp1, _Thread1> other; };
|
|
|
|
using __common_pool_base<_PoolTp, _Thread>::_S_get_pool;
|
|
using __common_pool_base<_PoolTp, _Thread>::_S_initialize_once;
|
|
};
|
|
|
|
|
|
template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
|
|
struct __per_type_pool
|
|
{
|
|
typedef _Tp value_type;
|
|
typedef _PoolTp<_Thread> pool_type;
|
|
|
|
static pool_type&
|
|
_S_get_pool()
|
|
{
|
|
// Sane defaults for the _PoolTp.
|
|
typedef typename pool_type::_Block_record _Block_record;
|
|
const static size_t __a = (__alignof__(_Tp) >= sizeof(_Block_record)
|
|
? __alignof__(_Tp) : sizeof(_Block_record));
|
|
|
|
typedef typename __pool_base::_Tune _Tune;
|
|
static _Tune _S_tune(__a, sizeof(_Tp) * 64,
|
|
sizeof(_Tp) * 2 >= __a ? sizeof(_Tp) * 2 : __a,
|
|
sizeof(_Tp) * size_t(_Tune::_S_chunk_size),
|
|
_Tune::_S_max_threads,
|
|
_Tune::_S_freelist_headroom,
|
|
std::getenv("GLIBCXX_FORCE_NEW") ? true : false);
|
|
static pool_type _S_pool(_S_tune);
|
|
return _S_pool;
|
|
}
|
|
};
|
|
|
|
template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
|
|
struct __per_type_pool_base;
|
|
|
|
template<typename _Tp, template <bool> class _PoolTp>
|
|
struct __per_type_pool_base<_Tp, _PoolTp, false>
|
|
: public __per_type_pool<_Tp, _PoolTp, false>
|
|
{
|
|
using __per_type_pool<_Tp, _PoolTp, false>::_S_get_pool;
|
|
|
|
static void
|
|
_S_initialize_once()
|
|
{
|
|
static bool __init;
|
|
if (__builtin_expect(__init == false, false))
|
|
{
|
|
_S_get_pool()._M_initialize_once();
|
|
__init = true;
|
|
}
|
|
}
|
|
};
|
|
|
|
#ifdef __GTHREADS
|
|
template<typename _Tp, template <bool> class _PoolTp>
|
|
struct __per_type_pool_base<_Tp, _PoolTp, true>
|
|
: public __per_type_pool<_Tp, _PoolTp, true>
|
|
{
|
|
using __per_type_pool<_Tp, _PoolTp, true>::_S_get_pool;
|
|
|
|
static void
|
|
_S_initialize()
|
|
{ _S_get_pool()._M_initialize_once(); }
|
|
|
|
static void
|
|
_S_initialize_once()
|
|
{
|
|
static bool __init;
|
|
if (__builtin_expect(__init == false, false))
|
|
{
|
|
if (__gthread_active_p())
|
|
{
|
|
// On some platforms, __gthread_once_t is an aggregate.
|
|
static __gthread_once_t __once = __GTHREAD_ONCE_INIT;
|
|
__gthread_once(&__once, _S_initialize);
|
|
}
|
|
|
|
// Double check initialization. May be necessary on some
|
|
// systems for proper construction when not compiling with
|
|
// thread flags.
|
|
_S_get_pool()._M_initialize_once();
|
|
__init = true;
|
|
}
|
|
}
|
|
};
|
|
#endif
|
|
|
|
/// Policy for individual __pool objects.
|
|
template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
|
|
struct __per_type_pool_policy
|
|
: public __per_type_pool_base<_Tp, _PoolTp, _Thread>
|
|
{
|
|
template<typename _Tp1, template <bool> class _PoolTp1 = _PoolTp,
|
|
bool _Thread1 = _Thread>
|
|
struct _M_rebind
|
|
{ typedef __per_type_pool_policy<_Tp1, _PoolTp1, _Thread1> other; };
|
|
|
|
using __per_type_pool_base<_Tp, _PoolTp, _Thread>::_S_get_pool;
|
|
using __per_type_pool_base<_Tp, _PoolTp, _Thread>::_S_initialize_once;
|
|
};
|
|
|
|
|
|
/// Base class for _Tp dependent member functions.
|
|
template<typename _Tp>
|
|
class __mt_alloc_base
|
|
{
|
|
public:
|
|
typedef size_t size_type;
|
|
typedef ptrdiff_t difference_type;
|
|
typedef _Tp* pointer;
|
|
typedef const _Tp* const_pointer;
|
|
typedef _Tp& reference;
|
|
typedef const _Tp& const_reference;
|
|
typedef _Tp value_type;
|
|
|
|
pointer
|
|
address(reference __x) const
|
|
{ return std::__addressof(__x); }
|
|
|
|
const_pointer
|
|
address(const_reference __x) const
|
|
{ return std::__addressof(__x); }
|
|
|
|
size_type
|
|
max_size() const throw()
|
|
{ return size_t(-1) / sizeof(_Tp); }
|
|
|
|
// _GLIBCXX_RESOLVE_LIB_DEFECTS
|
|
// 402. wrong new expression in [some_] allocator::construct
|
|
void
|
|
construct(pointer __p, const _Tp& __val)
|
|
{ ::new((void *)__p) _Tp(__val); }
|
|
|
|
#ifdef __GXX_EXPERIMENTAL_CXX0X__
|
|
template<typename... _Args>
|
|
void
|
|
construct(pointer __p, _Args&&... __args)
|
|
{ ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
|
|
#endif
|
|
|
|
void
|
|
destroy(pointer __p) { __p->~_Tp(); }
|
|
};
|
|
|
|
#ifdef __GTHREADS
|
|
#define __thread_default true
|
|
#else
|
|
#define __thread_default false
|
|
#endif
|
|
|
|
/**
|
|
* @brief This is a fixed size (power of 2) allocator which - when
|
|
* compiled with thread support - will maintain one freelist per
|
|
* size per thread plus a @a global one. Steps are taken to limit
|
|
* the per thread freelist sizes (by returning excess back to
|
|
* the @a global list).
|
|
* @ingroup allocators
|
|
*
|
|
* Further details:
|
|
* http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt12ch32.html
|
|
*/
|
|
template<typename _Tp,
|
|
typename _Poolp = __common_pool_policy<__pool, __thread_default> >
|
|
class __mt_alloc : public __mt_alloc_base<_Tp>
|
|
{
|
|
public:
|
|
typedef size_t size_type;
|
|
typedef ptrdiff_t difference_type;
|
|
typedef _Tp* pointer;
|
|
typedef const _Tp* const_pointer;
|
|
typedef _Tp& reference;
|
|
typedef const _Tp& const_reference;
|
|
typedef _Tp value_type;
|
|
typedef _Poolp __policy_type;
|
|
typedef typename _Poolp::pool_type __pool_type;
|
|
|
|
template<typename _Tp1, typename _Poolp1 = _Poolp>
|
|
struct rebind
|
|
{
|
|
typedef typename _Poolp1::template _M_rebind<_Tp1>::other pol_type;
|
|
typedef __mt_alloc<_Tp1, pol_type> other;
|
|
};
|
|
|
|
__mt_alloc() throw() { }
|
|
|
|
__mt_alloc(const __mt_alloc&) throw() { }
|
|
|
|
template<typename _Tp1, typename _Poolp1>
|
|
__mt_alloc(const __mt_alloc<_Tp1, _Poolp1>&) throw() { }
|
|
|
|
~__mt_alloc() throw() { }
|
|
|
|
pointer
|
|
allocate(size_type __n, const void* = 0);
|
|
|
|
void
|
|
deallocate(pointer __p, size_type __n);
|
|
|
|
const __pool_base::_Tune
|
|
_M_get_options()
|
|
{
|
|
// Return a copy, not a reference, for external consumption.
|
|
return __policy_type::_S_get_pool()._M_get_options();
|
|
}
|
|
|
|
void
|
|
_M_set_options(__pool_base::_Tune __t)
|
|
{ __policy_type::_S_get_pool()._M_set_options(__t); }
|
|
};
|
|
|
|
template<typename _Tp, typename _Poolp>
|
|
typename __mt_alloc<_Tp, _Poolp>::pointer
|
|
__mt_alloc<_Tp, _Poolp>::
|
|
allocate(size_type __n, const void*)
|
|
{
|
|
if (__n > this->max_size())
|
|
std::__throw_bad_alloc();
|
|
|
|
__policy_type::_S_initialize_once();
|
|
|
|
// Requests larger than _M_max_bytes are handled by operator
|
|
// new/delete directly.
|
|
__pool_type& __pool = __policy_type::_S_get_pool();
|
|
const size_t __bytes = __n * sizeof(_Tp);
|
|
if (__pool._M_check_threshold(__bytes))
|
|
{
|
|
void* __ret = ::operator new(__bytes);
|
|
return static_cast<_Tp*>(__ret);
|
|
}
|
|
|
|
// Round up to power of 2 and figure out which bin to use.
|
|
const size_t __which = __pool._M_get_binmap(__bytes);
|
|
const size_t __thread_id = __pool._M_get_thread_id();
|
|
|
|
// Find out if we have blocks on our freelist. If so, go ahead
|
|
// and use them directly without having to lock anything.
|
|
char* __c;
|
|
typedef typename __pool_type::_Bin_record _Bin_record;
|
|
const _Bin_record& __bin = __pool._M_get_bin(__which);
|
|
if (__bin._M_first[__thread_id])
|
|
{
|
|
// Already reserved.
|
|
typedef typename __pool_type::_Block_record _Block_record;
|
|
_Block_record* __block = __bin._M_first[__thread_id];
|
|
__bin._M_first[__thread_id] = __block->_M_next;
|
|
|
|
__pool._M_adjust_freelist(__bin, __block, __thread_id);
|
|
__c = reinterpret_cast<char*>(__block) + __pool._M_get_align();
|
|
}
|
|
else
|
|
{
|
|
// Null, reserve.
|
|
__c = __pool._M_reserve_block(__bytes, __thread_id);
|
|
}
|
|
return static_cast<_Tp*>(static_cast<void*>(__c));
|
|
}
|
|
|
|
template<typename _Tp, typename _Poolp>
|
|
void
|
|
__mt_alloc<_Tp, _Poolp>::
|
|
deallocate(pointer __p, size_type __n)
|
|
{
|
|
if (__builtin_expect(__p != 0, true))
|
|
{
|
|
// Requests larger than _M_max_bytes are handled by
|
|
// operators new/delete directly.
|
|
__pool_type& __pool = __policy_type::_S_get_pool();
|
|
const size_t __bytes = __n * sizeof(_Tp);
|
|
if (__pool._M_check_threshold(__bytes))
|
|
::operator delete(__p);
|
|
else
|
|
__pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes);
|
|
}
|
|
}
|
|
|
|
template<typename _Tp, typename _Poolp>
|
|
inline bool
|
|
operator==(const __mt_alloc<_Tp, _Poolp>&, const __mt_alloc<_Tp, _Poolp>&)
|
|
{ return true; }
|
|
|
|
template<typename _Tp, typename _Poolp>
|
|
inline bool
|
|
operator!=(const __mt_alloc<_Tp, _Poolp>&, const __mt_alloc<_Tp, _Poolp>&)
|
|
{ return false; }
|
|
|
|
#undef __thread_default
|
|
|
|
_GLIBCXX_END_NAMESPACE
|
|
|
|
#endif
|