2001-06-28 01:09:53 +08:00
|
|
|
// Allocators -*- C++ -*-
|
|
|
|
|
2003-01-24 01:21:11 +08:00
|
|
|
// Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
|
2001-06-28 01:09:53 +08:00
|
|
|
//
|
|
|
|
// 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 2, 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.
|
|
|
|
|
|
|
|
// You should have received a copy of the GNU General Public License along
|
|
|
|
// with this library; see the file COPYING. If not, write to the Free
|
|
|
|
// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
|
|
|
// USA.
|
|
|
|
|
|
|
|
// As a special exception, you may use this file as part of a free software
|
|
|
|
// library without restriction. Specifically, if other files instantiate
|
|
|
|
// templates or use macros or inline functions from this file, or you compile
|
|
|
|
// this file and link it with other files to produce an executable, this
|
|
|
|
// file does not by itself cause the resulting executable to be covered by
|
|
|
|
// the GNU General Public License. This exception does not however
|
|
|
|
// invalidate any other reasons why the executable file might be covered by
|
|
|
|
// the GNU General Public License.
|
|
|
|
|
2000-10-05 19:27:02 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 1996-1997
|
|
|
|
* Silicon Graphics Computer Systems, Inc.
|
|
|
|
*
|
|
|
|
* Permission to use, copy, modify, distribute and sell this software
|
|
|
|
* and its documentation for any purpose is hereby granted without fee,
|
|
|
|
* provided that the above copyright notice appear in all copies and
|
|
|
|
* that both that copyright notice and this permission notice appear
|
|
|
|
* in supporting documentation. Silicon Graphics makes no
|
|
|
|
* representations about the suitability of this software for any
|
|
|
|
* purpose. It is provided "as is" without express or implied warranty.
|
|
|
|
*/
|
|
|
|
|
c_io_stdio.h: Correct grammar in comments.
2001-11-02 Phil Edwards <pme@gcc.gnu.org>
* config/io/c_io_stdio.h: Correct grammar in comments.
* docs/doxygen/Intro.3: Expand "top-level" man page.
* docs/doxygen/doxygroups.cc: New module definitions (comments).
* docs/doxygen/mainpage.doxy: Tweaks.
* docs/doxygen/run_doxygen: Update Doxygen version, massage man pages.
Add @file hooks so that headers are considered to be documented.
* include/bits/basic_ios.h, include/bits/basic_file.h,
include/bits/basic_string.h, include/bits/boost_concept_check.h,
include/bits/char_traits.h, include/bits/codecvt.h,
include/bits/concept_check.h, include/bits/cpp_type_traits.h,
include/bits/fpos.h, include/bits/gslice.h, include/bits/gslice_array.h,
include/bits/indirect_array.h, include/bits/ios_base.h,
include/bits/locale_facets.h, include/bits/localefwd.h,
include/bits/mask_array.h, include/bits/pthread_allocimpl.h,
include/bits/slice.h, include/bits/slice_array.h,
include/bits/std_algorithm.h, include/bits/std_bitset.h,
include/bits/std_complex.h, include/bits/std_deque.h,
include/bits/std_fstream.h, include/bits/std_functional.h,
include/bits/std_iomanip.h, include/bits/std_ios.h,
include/bits/std_iosfwd.h, include/bits/std_iostream.h,
include/bits/std_istream.h, include/bits/std_iterator.h,
include/bits/std_limits.h, include/bits/std_list.h,
include/bits/std_locale.h, include/bits/std_map.h,
include/bits/std_memory.h, include/bits/std_numeric.h,
include/bits/std_ostream.h, include/bits/std_queue.h,
include/bits/std_set.h, include/bits/std_sstream.h,
include/bits/std_stack.h, include/bits/std_streambuf.h,
include/bits/std_string.h, include/bits/std_utility.h,
include/bits/std_valarray.h, include/bits/std_vector.h,
include/bits/stl_algo.h, include/bits/stl_alloc.h,
include/bits/stl_bvector.h, include/bits/stl_construct.h,
include/bits/stl_deque.h, include/bits/stl_heap.h,
include/bits/stl_iterator.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_iterator_base_types.h, include/bits/stl_list.h,
include/bits/stl_map.h, include/bits/stl_multimap.h,
include/bits/stl_multiset.h, include/bits/stl_numeric.h,
include/bits/stl_pair.h, include/bits/stl_pthread_alloc.h,
include/bits/stl_queue.h, include/bits/stl_raw_storage_iter.h,
include/bits/stl_relops.h, include/bits/stl_set.h,
include/bits/stl_stack.h, include/bits/stl_tempbuf.h,
include/bits/stl_threads.h, include/bits/stl_tree.h,
include/bits/stl_uninitialized.h, include/bits/stl_vector.h,
include/bits/stream_iterator.h, include/bits/streambuf_iterator.h,
include/bits/stringfwd.h, include/bits/type_traits.h,
include/bits/valarray_array.h, include/bits/valarray_meta.h:
Add hooks, tweak comments only.
* include/bits/stl_algobase.h (swap, min, iter_swap): Also
document these functions.
* include/bits/stl_function.h: Tweak link comments.
From-SVN: r46717
2001-11-03 01:38:11 +08:00
|
|
|
/** @file stl_alloc.h
|
|
|
|
* This is an internal header file, included by other library headers.
|
|
|
|
* You should not attempt to use it directly.
|
2000-10-05 19:27:02 +08:00
|
|
|
*/
|
|
|
|
|
2001-12-07 04:29:31 +08:00
|
|
|
#ifndef __GLIBCPP_INTERNAL_ALLOC_H
|
|
|
|
#define __GLIBCPP_INTERNAL_ALLOC_H
|
|
|
|
|
|
|
|
/**
|
2001-12-20 05:57:43 +08:00
|
|
|
* @defgroup Allocators Memory Allocators
|
2002-03-28 05:41:36 +08:00
|
|
|
* @if maint
|
2001-12-07 04:29:31 +08:00
|
|
|
* stl_alloc.h implements some node allocators. These are NOT the same as
|
|
|
|
* allocators in the C++ standard, nor in the original H-P STL. They do not
|
|
|
|
* encapsulate different pointer types; we assume that there is only one
|
|
|
|
* pointer type. The C++ standard allocators are intended to allocate
|
|
|
|
* individual objects, not pools or arenas.
|
|
|
|
*
|
|
|
|
* In this file allocators are of two different styles: "standard" and
|
|
|
|
* "SGI" (quotes included). "Standard" allocators conform to 20.4. "SGI"
|
|
|
|
* allocators differ in AT LEAST the following ways (add to this list as you
|
|
|
|
* discover them):
|
|
|
|
*
|
|
|
|
* - "Standard" allocate() takes two parameters (n_count,hint=0) but "SGI"
|
|
|
|
* allocate() takes one paramter (n_size).
|
|
|
|
* - Likewise, "standard" deallocate()'s argument is a count, but in "SGI"
|
|
|
|
* is a byte size.
|
|
|
|
* - max_size(), construct(), and destroy() are missing in "SGI" allocators.
|
|
|
|
* - reallocate(p,oldsz,newsz) is added in "SGI", and behaves as
|
|
|
|
* if p=realloc(p,newsz).
|
|
|
|
*
|
|
|
|
* "SGI" allocators may be wrapped in __allocator to convert the interface
|
|
|
|
* into a "standard" one.
|
2002-03-28 05:41:36 +08:00
|
|
|
* @endif
|
2001-12-20 05:57:43 +08:00
|
|
|
*
|
|
|
|
* The canonical description of these classes is in docs/html/ext/howto.html
|
|
|
|
* or online at http://gcc.gnu.org/onlinedocs/libstdc++/ext/howto.html#3
|
2001-12-07 04:29:31 +08:00
|
|
|
*/
|
2001-11-24 11:28:27 +08:00
|
|
|
|
Makefile.am (std_headers): Remove cXXX from list.
2002-01-04 Benjamin Kosnik <bkoz@redhat.com>
* include/Makefile.am (std_headers): Remove cXXX from list.
(c_base_srcdir): No bits subdirectory.
(c_base_builddir): Same.
(c_base_headers): Adjust names, add ciso646.
(bits_headers): Remove std_xxx.h headers.
* include/Makefile.in: Regenerate.
* include/ext/iterator: Adjust includes.
* include/ext/ropeimpl.h: Same.
* include/ext/stl_hash_fun.h: Same.
* include/ext/algorithm: Same.
* include/backward/bvector.h: Adjust includes.
* include/backward/vector.h: Same.
* include/backward/strstream: Same.
* include/backward/streambuf.h: Same.
* include/backward/stack.h: Same.
* include/backward/set.h: Same.
* include/backward/queue.h: Same.
* include/backward/multiset.h: Same.
* include/backward/multimap.h: Same.
* include/backward/map.h: Same.
* include/backward/list.h: Same.
* include/backward/iterator.h: Same.
* include/backward/iostream.h: Same.
* include/backward/iomanip.h: Same.
* include/backward/fstream.h: Same.
* include/backward/deque.h: Same.
* include/backward/complex.h: Same.
* include/bits/std_algorithm.h: Move to...
* include/std/algorithm: ...here.
* include/bits/std_iosfwd.h, std_locale.h, std_stack.h,
std_bitset.h, std_ios.h, std_map.h, std_stdexcept.h,
std_complex.h, std_iostream.h, std_memory.h, std_streambuf.h,
std_deque.h, std_istream.h, std_numeric.h, std_string.h,
std_fstream.h, std_ostream.h, std_utility.h, std_iterator.h,
std_queue.h, std_valarray.h, std_functional.h, std_limits.h,
std_set.h, std_vector.h, std_iomanip.h, std_list.h, std_sstream.h:
Same.
* include/c_std/bits/std_cassert.h: Move to...
* include/c_std/cassert: Here.
* include/c_std/std_cctype.h, std_cerrno.h, std_cfloat.h,
std_climits.h, std_clocale.h, std_cmath.h, std_csetjmp.h,
std_csignal.h, std_cstdarg.h, std_cstddef.h, std_cstdio.h,
std_cstdlib.h, std_cstring.h, std_ctime.h, std_cwchar.h,
std_cwctype.h: Same.
* include/c_std/cmath: Adjust cmath.tcc include.
* include/c_std/cstdlib: Adjust includes.
* include/c_std/cwchar: Same.
* include/c_std/ctime: Same.
* include/c_std/cstring: Same.
* include/c_std/cstdio: Same.
* include/c_std/bits: Remove directory.
* include/c/bits/std_cassert.h: Move to...
* include/c/cassert: Here.
* include/c/std_cctype.h, std_cerrno.h, std_cfloat.h,
std_climits.h, std_clocale.h, std_cmath.h, std_csetjmp.h,
std_csignal.h, std_cstdarg.h, std_cstddef.h, std_cstdio.h,
std_cstdlib.h, std_cstring.h, std_ctime.h, std_cwchar.h,
std_cwctype.h: Same.
* include/c/bits: Remove directory.
* include/std/cwctype: Remove.
* include/std/cwchar: Remove.
* include/std/ctime: Remove.
* include/std/cstring: Remove.
* include/std/cstdlib: Remove.
* include/std/cstdio: Remove.
* include/std/cstddef: Remove.
* include/std/cstdarg: Remove.
* include/std/csignal: Remove.
* include/std/csetjmp: Remove.
* include/std/cmath: Remove.
* include/std/clocale: Remove.
* include/std/climits: Remove.
* include/std/ciso646: Remove.
* include/std/cfloat: Remove.
* include/std/cerrno: Remove.
* include/std/cctype: Remove.
* include/std/cassert: Remove.
* include/bits/fpos.h: Adjust includes, removing <bits/std_xxx.h>
files and subsituting <.xxx>
* include/bits/valarray_array.h: Same.
* include/bits/stl_uninitialized.h: Same.
* include/bits/stl_alloc.h: Same.
* include/bits/stl_algobase.h: Same.
* include/bits/sstream.tcc: Same.
* include/bits/pthread_allocimpl.h: Same.
* include/bits/ostream.tcc: Same.
* include/bits/localefwd.h: Same.
* include/bits/locale_facets.tcc: Same.
* include/bits/locale_facets.h: Same.
* include/bits/istream.tcc: Same.
* include/bits/char_traits.h: Same.
* include/bits/boost_concept_check.h: Same.
* include/bits/basic_file.h: Same.
* include/std/bitset: Same.
* include/std/complex: Same.
* include/std/fstream: Same.
* include/std/functional: Same.
* include/std/ios: Same.
* include/std/iostream: Same.
* include/std/ostream: Same.
* include/std/sstream: Same.
* include/std/streambuf: Same.
* include/std/string: Same.
* include/std/iterator: Same.
* include/std/valarray: Same.
* src/ios.cc: Adjust includes.
* src/valarray-inst.cc: Same.
* src/string-inst.cc: Same.
* src/stl-inst.cc: Same.
* src/stdexcept.cc: Same.
* src/misc-inst.cc: Same.
* src/localename.cc: Same.
* src/locale-inst.cc: Same.
* src/locale.cc: Same.
* src/limits.cc: Same.
* src/concept-inst.cc: Same.
* src/complex_io.cc: Same.
* src/codecvt.cc: Same.
* src/bitset.cc: Same.
* src/cmath.cc: Same.
From-SVN: r48544
2002-01-05 05:27:36 +08:00
|
|
|
#include <cstddef>
|
|
|
|
#include <cstdlib>
|
|
|
|
#include <cstring>
|
|
|
|
#include <bits/functexcept.h> // For __throw_bad_alloc
|
2001-12-04 03:11:01 +08:00
|
|
|
#include <bits/stl_threads.h>
|
2000-10-05 19:27:02 +08:00
|
|
|
|
2002-10-19 04:52:57 +08:00
|
|
|
#include <bits/atomicity.h>
|
|
|
|
|
2001-03-05 05:34:02 +08:00
|
|
|
namespace std
|
|
|
|
{
|
2002-06-26 00:45:01 +08:00
|
|
|
/**
|
|
|
|
* @if maint
|
|
|
|
* A new-based allocator, as required by the standard. Allocation and
|
|
|
|
* deallocation forward to global new and delete. "SGI" style, minus
|
|
|
|
* reallocate().
|
|
|
|
* @endif
|
|
|
|
* (See @link Allocators allocators info @endlink for more.)
|
|
|
|
*/
|
|
|
|
class __new_alloc
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
static void*
|
|
|
|
allocate(size_t __n)
|
2001-06-19 09:51:33 +08:00
|
|
|
{ return ::operator new(__n); }
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
static void
|
|
|
|
deallocate(void* __p, size_t)
|
2001-06-19 09:51:33 +08:00
|
|
|
{ ::operator delete(__p); }
|
2002-06-26 00:45:01 +08:00
|
|
|
};
|
2002-06-24 16:07:05 +08:00
|
|
|
|
2002-08-24 00:52:29 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
/**
|
|
|
|
* @if maint
|
|
|
|
* A malloc-based allocator. Typically slower than the
|
2003-01-24 01:21:11 +08:00
|
|
|
* __pool_alloc (below). Typically thread-safe and more
|
2002-06-26 00:45:01 +08:00
|
|
|
* storage efficient. The template argument is unused and is only present
|
2003-01-24 01:21:11 +08:00
|
|
|
* to permit multiple instantiations (but see __pool_alloc
|
2002-06-26 00:45:01 +08:00
|
|
|
* for caveats). "SGI" style, plus __set_malloc_handler for OOM conditions.
|
|
|
|
* @endif
|
|
|
|
* (See @link Allocators allocators info @endlink for more.)
|
|
|
|
*/
|
|
|
|
template<int __inst>
|
2003-01-24 01:21:11 +08:00
|
|
|
class __malloc_alloc
|
2002-06-26 00:45:01 +08:00
|
|
|
{
|
|
|
|
private:
|
|
|
|
static void* _S_oom_malloc(size_t);
|
|
|
|
static void (* __malloc_alloc_oom_handler)();
|
|
|
|
|
|
|
|
public:
|
|
|
|
static void*
|
|
|
|
allocate(size_t __n)
|
|
|
|
{
|
2002-06-28 06:09:02 +08:00
|
|
|
void* __result = malloc(__n);
|
2002-11-17 01:16:31 +08:00
|
|
|
if (__builtin_expect(__result == 0, 0))
|
|
|
|
__result = _S_oom_malloc(__n);
|
2002-06-28 06:09:02 +08:00
|
|
|
return __result;
|
2002-06-26 00:45:01 +08:00
|
|
|
}
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
static void
|
|
|
|
deallocate(void* __p, size_t /* __n */)
|
|
|
|
{ free(__p); }
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
static void (* __set_malloc_handler(void (*__f)()))()
|
2001-06-19 09:51:33 +08:00
|
|
|
{
|
2002-06-28 06:09:02 +08:00
|
|
|
void (* __old)() = __malloc_alloc_oom_handler;
|
|
|
|
__malloc_alloc_oom_handler = __f;
|
2002-08-24 00:52:29 +08:00
|
|
|
return __old;
|
2001-06-19 09:51:33 +08:00
|
|
|
}
|
2002-06-26 00:45:01 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
// malloc_alloc out-of-memory handling
|
|
|
|
template<int __inst>
|
2003-01-24 01:21:11 +08:00
|
|
|
void (* __malloc_alloc<__inst>::__malloc_alloc_oom_handler)() = 0;
|
2000-10-05 19:27:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
template<int __inst>
|
|
|
|
void*
|
2003-01-24 01:21:11 +08:00
|
|
|
__malloc_alloc<__inst>::
|
2002-06-28 06:09:02 +08:00
|
|
|
_S_oom_malloc(size_t __n)
|
2002-06-26 00:45:01 +08:00
|
|
|
{
|
|
|
|
void (* __my_malloc_handler)();
|
|
|
|
void* __result;
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
for (;;)
|
2002-06-28 06:09:02 +08:00
|
|
|
{
|
|
|
|
__my_malloc_handler = __malloc_alloc_oom_handler;
|
2002-11-17 01:16:31 +08:00
|
|
|
if (__builtin_expect(__my_malloc_handler == 0, 0))
|
|
|
|
__throw_bad_alloc();
|
2002-06-28 06:09:02 +08:00
|
|
|
(*__my_malloc_handler)();
|
|
|
|
__result = malloc(__n);
|
|
|
|
if (__result)
|
2002-08-24 00:52:29 +08:00
|
|
|
return __result;
|
2002-06-28 06:09:02 +08:00
|
|
|
}
|
2002-06-26 00:45:01 +08:00
|
|
|
}
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-10-19 04:52:57 +08:00
|
|
|
// Should not be referenced within the library anymore.
|
2001-11-24 11:28:27 +08:00
|
|
|
typedef __new_alloc __mem_interface;
|
2000-10-05 19:27:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
/**
|
|
|
|
* @if maint
|
|
|
|
* This is used primarily (only?) in _Alloc_traits and other places to
|
abi.txt: New file.
2002-07-20 Phil Edwards <pme@gcc.gnu.org>
* docs/html/abi.txt: New file.
* docs/html/23_containers/howto.html: Tweak vector-overhead text.
* docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html:
Import from upstream, R22.
* include/bits/char_traits.h, include/bits/stl_iterator.h,
include/bits/stl_iterator_base_types.h, libsupc++/exception,
libsupc++/new, libsupc++/typeinfo: Use @brief markup.
* include/bits/deque.tcc, include/bits/stl_alloc.h,
include/bits/stl_deque.h, include/bits/stl_list.h: Postpone removal
of deprecated functions until 3.4. (Same timeframe, different text.)
* include/bits/stl_vector.h: Ditto. Also do the same cleanups that
the other sequence classes received.
From-SVN: r55602
2002-07-20 14:26:27 +08:00
|
|
|
* help provide the _Alloc_type typedef. All it does is forward the
|
|
|
|
* requests after some minimal checking.
|
2002-06-26 00:45:01 +08:00
|
|
|
*
|
|
|
|
* This is neither "standard"-conforming nor "SGI". The _Alloc parameter
|
|
|
|
* must be "SGI" style.
|
|
|
|
* @endif
|
|
|
|
* (See @link Allocators allocators info @endlink for more.)
|
|
|
|
*/
|
|
|
|
template<typename _Tp, typename _Alloc>
|
2002-08-24 00:52:29 +08:00
|
|
|
class __simple_alloc
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
static _Tp*
|
|
|
|
allocate(size_t __n)
|
2002-11-17 01:16:31 +08:00
|
|
|
{
|
|
|
|
_Tp* __ret = 0;
|
|
|
|
if (__n)
|
|
|
|
__ret = static_cast<_Tp*>(_Alloc::allocate(__n * sizeof(_Tp)));
|
|
|
|
return __ret;
|
|
|
|
}
|
2002-08-24 00:52:29 +08:00
|
|
|
|
|
|
|
static _Tp*
|
|
|
|
allocate()
|
|
|
|
{ return (_Tp*) _Alloc::allocate(sizeof (_Tp)); }
|
|
|
|
|
|
|
|
static void
|
|
|
|
deallocate(_Tp* __p, size_t __n)
|
|
|
|
{ if (0 != __n) _Alloc::deallocate(__p, __n * sizeof (_Tp)); }
|
|
|
|
|
|
|
|
static void
|
|
|
|
deallocate(_Tp* __p)
|
|
|
|
{ _Alloc::deallocate(__p, sizeof (_Tp)); }
|
|
|
|
};
|
2002-06-24 16:07:05 +08:00
|
|
|
|
2001-03-05 05:34:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
/**
|
|
|
|
* @if maint
|
|
|
|
* An adaptor for an underlying allocator (_Alloc) to check the size
|
2003-02-20 08:11:43 +08:00
|
|
|
* arguments for debugging.
|
2002-06-26 00:45:01 +08:00
|
|
|
*
|
|
|
|
* "There is some evidence that this can confuse Purify." - SGI comment
|
|
|
|
*
|
|
|
|
* This adaptor is "SGI" style. The _Alloc parameter must also be "SGI".
|
|
|
|
* @endif
|
|
|
|
* (See @link Allocators allocators info @endlink for more.)
|
|
|
|
*/
|
|
|
|
template<typename _Alloc>
|
|
|
|
class __debug_alloc
|
2002-02-12 12:35:58 +08:00
|
|
|
{
|
2002-06-26 00:45:01 +08:00
|
|
|
private:
|
|
|
|
// Size of space used to store size. Note that this must be
|
|
|
|
// large enough to preserve alignment.
|
2002-06-28 06:09:02 +08:00
|
|
|
enum {_S_extra = 8};
|
2002-06-26 00:45:01 +08:00
|
|
|
|
|
|
|
public:
|
|
|
|
static void*
|
|
|
|
allocate(size_t __n)
|
2001-06-19 09:51:33 +08:00
|
|
|
{
|
2002-06-28 06:09:02 +08:00
|
|
|
char* __result = (char*)_Alloc::allocate(__n + (int) _S_extra);
|
|
|
|
*(size_t*)__result = __n;
|
|
|
|
return __result + (int) _S_extra;
|
2000-10-05 19:27:02 +08:00
|
|
|
}
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
static void
|
|
|
|
deallocate(void* __p, size_t __n)
|
2002-06-24 16:07:05 +08:00
|
|
|
{
|
2002-06-28 06:09:02 +08:00
|
|
|
char* __real_p = (char*)__p - (int) _S_extra;
|
2003-02-20 08:11:43 +08:00
|
|
|
if (*(size_t*)__real_p != __n)
|
|
|
|
abort();
|
2002-06-28 06:09:02 +08:00
|
|
|
_Alloc::deallocate(__real_p, __n + (int) _S_extra);
|
2002-06-24 16:07:05 +08:00
|
|
|
}
|
2002-06-26 00:45:01 +08:00
|
|
|
};
|
2002-06-28 06:09:02 +08:00
|
|
|
|
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
/**
|
|
|
|
* @if maint
|
2002-10-19 04:52:57 +08:00
|
|
|
* Default node allocator. "SGI" style. Uses various allocators to
|
|
|
|
* fulfill underlying requests (and makes as few requests as possible
|
|
|
|
* when in default high-speed pool mode).
|
2002-06-26 00:45:01 +08:00
|
|
|
*
|
|
|
|
* Important implementation properties:
|
2002-10-19 04:52:57 +08:00
|
|
|
* 0. If globally mandated, then allocate objects from __new_alloc
|
2003-05-07 13:01:59 +08:00
|
|
|
* 1. If the clients request an object of size > _S_max_bytes, the resulting
|
2002-10-19 04:52:57 +08:00
|
|
|
* object will be obtained directly from __new_alloc
|
2002-06-26 00:45:01 +08:00
|
|
|
* 2. In all other cases, we allocate an object of size exactly
|
|
|
|
* _S_round_up(requested_size). Thus the client has enough size
|
|
|
|
* information that we can return the object to the proper free list
|
|
|
|
* without permanently losing part of the object.
|
|
|
|
*
|
|
|
|
* The first template parameter specifies whether more than one thread may
|
|
|
|
* use this allocator. It is safe to allocate an object from one instance
|
|
|
|
* of a default_alloc and deallocate it with another one. This effectively
|
|
|
|
* transfers its ownership to the second one. This may have undesirable
|
|
|
|
* effects on reference locality.
|
|
|
|
*
|
|
|
|
* The second parameter is unused and serves only to allow the creation of
|
|
|
|
* multiple default_alloc instances. Note that containers built on different
|
|
|
|
* allocator instances have different types, limiting the utility of this
|
|
|
|
* approach. If you do not wish to share the free lists with the main
|
|
|
|
* default_alloc instance, instantiate this with a non-zero __inst.
|
|
|
|
*
|
|
|
|
* @endif
|
|
|
|
* (See @link Allocators allocators info @endlink for more.)
|
|
|
|
*/
|
|
|
|
template<bool __threads, int __inst>
|
2003-01-24 01:21:11 +08:00
|
|
|
class __pool_alloc
|
2002-02-12 12:35:58 +08:00
|
|
|
{
|
2002-06-26 00:45:01 +08:00
|
|
|
private:
|
2003-05-07 13:01:59 +08:00
|
|
|
enum {_S_align = 8};
|
|
|
|
enum {_S_max_bytes = 128};
|
|
|
|
enum {_S_freelists = _S_max_bytes / _S_align};
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
union _Obj
|
2002-06-24 16:07:05 +08:00
|
|
|
{
|
2002-06-28 06:09:02 +08:00
|
|
|
union _Obj* _M_free_list_link;
|
|
|
|
char _M_client_data[1]; // The client sees this.
|
2002-06-26 00:45:01 +08:00
|
|
|
};
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2003-05-07 13:01:59 +08:00
|
|
|
static _Obj* volatile _S_free_list[_S_freelists];
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
// Chunk allocation state.
|
|
|
|
static char* _S_start_free;
|
|
|
|
static char* _S_end_free;
|
|
|
|
static size_t _S_heap_size;
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2003-01-24 01:21:11 +08:00
|
|
|
static _STL_mutex_lock _S_lock;
|
|
|
|
static _Atomic_word _S_force_new;
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
static size_t
|
|
|
|
_S_round_up(size_t __bytes)
|
2003-05-07 13:01:59 +08:00
|
|
|
{ return (((__bytes) + (size_t) _S_align-1) & ~((size_t) _S_align - 1)); }
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
static size_t
|
|
|
|
_S_freelist_index(size_t __bytes)
|
2003-05-07 13:01:59 +08:00
|
|
|
{ return (((__bytes) + (size_t)_S_align - 1)/(size_t)_S_align - 1); }
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
// Returns an object of size __n, and optionally adds to size __n
|
|
|
|
// free list.
|
|
|
|
static void*
|
|
|
|
_S_refill(size_t __n);
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
// Allocates a chunk for nobjs of size size. nobjs may be reduced
|
|
|
|
// if it is inconvenient to allocate the requested number.
|
|
|
|
static char*
|
|
|
|
_S_chunk_alloc(size_t __size, int& __nobjs);
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
// It would be nice to use _STL_auto_lock here. But we need a
|
|
|
|
// test whether threads are in use.
|
|
|
|
struct _Lock
|
|
|
|
{
|
2003-01-24 01:21:11 +08:00
|
|
|
_Lock() { if (__threads) _S_lock._M_acquire_lock(); }
|
|
|
|
~_Lock() { if (__threads) _S_lock._M_release_lock(); }
|
2002-06-26 00:45:01 +08:00
|
|
|
} __attribute__ ((__unused__));
|
|
|
|
friend struct _Lock;
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
public:
|
|
|
|
// __n must be > 0
|
|
|
|
static void*
|
|
|
|
allocate(size_t __n)
|
2002-06-24 16:07:05 +08:00
|
|
|
{
|
2002-10-19 04:52:57 +08:00
|
|
|
void* __ret = 0;
|
|
|
|
|
|
|
|
// If there is a race through here, assume answer from getenv
|
|
|
|
// will resolve in same direction. Inspired by techniques
|
|
|
|
// to efficiently support threading found in basic_string.h.
|
|
|
|
if (_S_force_new == 0)
|
|
|
|
{
|
|
|
|
if (getenv("GLIBCPP_FORCE_NEW"))
|
|
|
|
__atomic_add(&_S_force_new, 1);
|
|
|
|
else
|
|
|
|
__atomic_add(&_S_force_new, -1);
|
|
|
|
}
|
|
|
|
|
2003-05-07 13:01:59 +08:00
|
|
|
if ((__n > (size_t) _S_max_bytes) || (_S_force_new > 0))
|
2002-10-19 04:52:57 +08:00
|
|
|
__ret = __new_alloc::allocate(__n);
|
|
|
|
else
|
|
|
|
{
|
|
|
|
_Obj* volatile* __my_free_list = _S_free_list
|
|
|
|
+ _S_freelist_index(__n);
|
|
|
|
// Acquire the lock here with a constructor call. This
|
|
|
|
// ensures that it is released in exit or during stack
|
|
|
|
// unwinding.
|
|
|
|
_Lock __lock_instance;
|
|
|
|
_Obj* __restrict__ __result = *__my_free_list;
|
2002-11-17 01:16:31 +08:00
|
|
|
if (__builtin_expect(__result == 0, 0))
|
2002-10-19 04:52:57 +08:00
|
|
|
__ret = _S_refill(_S_round_up(__n));
|
|
|
|
else
|
|
|
|
{
|
|
|
|
*__my_free_list = __result -> _M_free_list_link;
|
|
|
|
__ret = __result;
|
2002-11-17 01:16:31 +08:00
|
|
|
}
|
|
|
|
if (__builtin_expect(__ret == 0, 0))
|
|
|
|
__throw_bad_alloc();
|
2002-10-19 04:52:57 +08:00
|
|
|
}
|
|
|
|
return __ret;
|
|
|
|
}
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
// __p may not be 0
|
|
|
|
static void
|
|
|
|
deallocate(void* __p, size_t __n)
|
|
|
|
{
|
2003-05-07 13:01:59 +08:00
|
|
|
if ((__n > (size_t) _S_max_bytes) || (_S_force_new > 0))
|
2002-10-19 04:52:57 +08:00
|
|
|
__new_alloc::deallocate(__p, __n);
|
|
|
|
else
|
|
|
|
{
|
|
|
|
_Obj* volatile* __my_free_list = _S_free_list
|
|
|
|
+ _S_freelist_index(__n);
|
|
|
|
_Obj* __q = (_Obj*)__p;
|
|
|
|
|
|
|
|
// Acquire the lock here with a constructor call. This
|
|
|
|
// ensures that it is released in exit or during stack
|
|
|
|
// unwinding.
|
|
|
|
_Lock __lock_instance;
|
|
|
|
__q -> _M_free_list_link = *__my_free_list;
|
|
|
|
*__my_free_list = __q;
|
|
|
|
}
|
2002-02-12 12:35:58 +08:00
|
|
|
}
|
2002-06-26 00:45:01 +08:00
|
|
|
};
|
|
|
|
|
2002-10-19 04:52:57 +08:00
|
|
|
template<bool __threads, int __inst> _Atomic_word
|
2003-01-24 01:21:11 +08:00
|
|
|
__pool_alloc<__threads, __inst>::_S_force_new = 0;
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
template<bool __threads, int __inst>
|
|
|
|
inline bool
|
2003-01-24 01:21:11 +08:00
|
|
|
operator==(const __pool_alloc<__threads,__inst>&,
|
|
|
|
const __pool_alloc<__threads,__inst>&)
|
2002-06-26 00:45:01 +08:00
|
|
|
{ return true; }
|
|
|
|
|
|
|
|
template<bool __threads, int __inst>
|
|
|
|
inline bool
|
2003-01-24 01:21:11 +08:00
|
|
|
operator!=(const __pool_alloc<__threads,__inst>&,
|
|
|
|
const __pool_alloc<__threads,__inst>&)
|
2002-06-26 00:45:01 +08:00
|
|
|
{ return false; }
|
|
|
|
|
|
|
|
|
|
|
|
// We allocate memory in large chunks in order to avoid fragmenting the
|
2002-10-19 04:52:57 +08:00
|
|
|
// heap too much. We assume that __size is properly aligned. We hold
|
|
|
|
// the allocation lock.
|
2002-06-26 00:45:01 +08:00
|
|
|
template<bool __threads, int __inst>
|
|
|
|
char*
|
2003-01-24 01:21:11 +08:00
|
|
|
__pool_alloc<__threads, __inst>::
|
2002-06-26 00:45:01 +08:00
|
|
|
_S_chunk_alloc(size_t __size, int& __nobjs)
|
|
|
|
{
|
|
|
|
char* __result;
|
|
|
|
size_t __total_bytes = __size * __nobjs;
|
|
|
|
size_t __bytes_left = _S_end_free - _S_start_free;
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
if (__bytes_left >= __total_bytes)
|
2002-06-28 06:09:02 +08:00
|
|
|
{
|
|
|
|
__result = _S_start_free;
|
|
|
|
_S_start_free += __total_bytes;
|
2002-08-24 00:52:29 +08:00
|
|
|
return __result ;
|
2002-06-28 06:09:02 +08:00
|
|
|
}
|
2002-06-26 00:45:01 +08:00
|
|
|
else if (__bytes_left >= __size)
|
2002-06-28 06:09:02 +08:00
|
|
|
{
|
|
|
|
__nobjs = (int)(__bytes_left/__size);
|
|
|
|
__total_bytes = __size * __nobjs;
|
|
|
|
__result = _S_start_free;
|
|
|
|
_S_start_free += __total_bytes;
|
2002-08-24 00:52:29 +08:00
|
|
|
return __result;
|
2002-06-28 06:09:02 +08:00
|
|
|
}
|
2002-06-26 00:45:01 +08:00
|
|
|
else
|
2002-06-28 06:09:02 +08:00
|
|
|
{
|
|
|
|
size_t __bytes_to_get =
|
|
|
|
2 * __total_bytes + _S_round_up(_S_heap_size >> 4);
|
|
|
|
// Try to make use of the left-over piece.
|
|
|
|
if (__bytes_left > 0)
|
|
|
|
{
|
|
|
|
_Obj* volatile* __my_free_list =
|
|
|
|
_S_free_list + _S_freelist_index(__bytes_left);
|
|
|
|
|
2003-05-21 06:29:54 +08:00
|
|
|
((_Obj*)(void*)_S_start_free) -> _M_free_list_link = *__my_free_list;
|
|
|
|
*__my_free_list = (_Obj*)(void*)_S_start_free;
|
2002-06-28 06:09:02 +08:00
|
|
|
}
|
2002-10-19 04:52:57 +08:00
|
|
|
_S_start_free = (char*) __new_alloc::allocate(__bytes_to_get);
|
2002-11-17 01:16:31 +08:00
|
|
|
if (_S_start_free == 0)
|
2002-06-28 06:09:02 +08:00
|
|
|
{
|
|
|
|
size_t __i;
|
|
|
|
_Obj* volatile* __my_free_list;
|
|
|
|
_Obj* __p;
|
|
|
|
// Try to make do with what we have. That can't hurt. We
|
|
|
|
// do not try smaller requests, since that tends to result
|
|
|
|
// in disaster on multi-process machines.
|
|
|
|
__i = __size;
|
2003-05-07 13:01:59 +08:00
|
|
|
for (; __i <= (size_t) _S_max_bytes; __i += (size_t) _S_align)
|
2002-06-28 06:09:02 +08:00
|
|
|
{
|
|
|
|
__my_free_list = _S_free_list + _S_freelist_index(__i);
|
|
|
|
__p = *__my_free_list;
|
2002-11-17 01:16:31 +08:00
|
|
|
if (__p != 0)
|
2002-06-28 06:09:02 +08:00
|
|
|
{
|
|
|
|
*__my_free_list = __p -> _M_free_list_link;
|
|
|
|
_S_start_free = (char*)__p;
|
|
|
|
_S_end_free = _S_start_free + __i;
|
2002-08-24 00:52:29 +08:00
|
|
|
return _S_chunk_alloc(__size, __nobjs);
|
2002-06-28 06:09:02 +08:00
|
|
|
// Any leftover piece will eventually make it to the
|
|
|
|
// right free list.
|
|
|
|
}
|
|
|
|
}
|
|
|
|
_S_end_free = 0; // In case of exception.
|
2002-10-19 04:52:57 +08:00
|
|
|
_S_start_free = (char*)__new_alloc::allocate(__bytes_to_get);
|
2002-06-28 06:09:02 +08:00
|
|
|
// This should either throw an exception or remedy the situation.
|
|
|
|
// Thus we assume it succeeded.
|
|
|
|
}
|
|
|
|
_S_heap_size += __bytes_to_get;
|
|
|
|
_S_end_free = _S_start_free + __bytes_to_get;
|
2002-08-24 00:52:29 +08:00
|
|
|
return _S_chunk_alloc(__size, __nobjs);
|
2002-06-28 06:09:02 +08:00
|
|
|
}
|
2000-10-05 19:27:02 +08:00
|
|
|
}
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
|
|
|
|
// Returns an object of size __n, and optionally adds to "size
|
|
|
|
// __n"'s free list. We assume that __n is properly aligned. We
|
|
|
|
// hold the allocation lock.
|
|
|
|
template<bool __threads, int __inst>
|
|
|
|
void*
|
2003-01-24 01:21:11 +08:00
|
|
|
__pool_alloc<__threads, __inst>::_S_refill(size_t __n)
|
2002-06-26 00:45:01 +08:00
|
|
|
{
|
|
|
|
int __nobjs = 20;
|
|
|
|
char* __chunk = _S_chunk_alloc(__n, __nobjs);
|
|
|
|
_Obj* volatile* __my_free_list;
|
|
|
|
_Obj* __result;
|
|
|
|
_Obj* __current_obj;
|
|
|
|
_Obj* __next_obj;
|
|
|
|
int __i;
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
if (1 == __nobjs)
|
2002-08-24 00:52:29 +08:00
|
|
|
return __chunk;
|
2002-06-26 00:45:01 +08:00
|
|
|
__my_free_list = _S_free_list + _S_freelist_index(__n);
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
// Build free list in chunk.
|
2003-05-21 06:29:54 +08:00
|
|
|
__result = (_Obj*)(void*)__chunk;
|
|
|
|
*__my_free_list = __next_obj = (_Obj*)(void*)(__chunk + __n);
|
2002-06-26 00:45:01 +08:00
|
|
|
for (__i = 1; ; __i++)
|
2002-06-28 06:09:02 +08:00
|
|
|
{
|
2002-11-17 01:16:31 +08:00
|
|
|
__current_obj = __next_obj;
|
2003-05-21 06:29:54 +08:00
|
|
|
__next_obj = (_Obj*)(void*)((char*)__next_obj + __n);
|
2002-11-17 01:16:31 +08:00
|
|
|
if (__nobjs - 1 == __i)
|
|
|
|
{
|
|
|
|
__current_obj -> _M_free_list_link = 0;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
__current_obj -> _M_free_list_link = __next_obj;
|
|
|
|
}
|
|
|
|
return __result;
|
2002-06-26 00:45:01 +08:00
|
|
|
}
|
2002-06-24 16:07:05 +08:00
|
|
|
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
template<bool __threads, int __inst>
|
|
|
|
_STL_mutex_lock
|
2003-01-24 01:21:11 +08:00
|
|
|
__pool_alloc<__threads,__inst>::_S_lock __STL_MUTEX_INITIALIZER;
|
2002-06-24 16:07:05 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
template<bool __threads, int __inst>
|
2003-01-24 01:21:11 +08:00
|
|
|
char* __pool_alloc<__threads,__inst>::_S_start_free = 0;
|
2002-06-24 16:07:05 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
template<bool __threads, int __inst>
|
2003-01-24 01:21:11 +08:00
|
|
|
char* __pool_alloc<__threads,__inst>::_S_end_free = 0;
|
2002-06-24 16:07:05 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
template<bool __threads, int __inst>
|
2003-01-24 01:21:11 +08:00
|
|
|
size_t __pool_alloc<__threads,__inst>::_S_heap_size = 0;
|
2001-11-24 11:28:27 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
template<bool __threads, int __inst>
|
2003-01-24 01:21:11 +08:00
|
|
|
typename __pool_alloc<__threads,__inst>::_Obj* volatile
|
2003-05-07 13:01:59 +08:00
|
|
|
__pool_alloc<__threads,__inst>::_S_free_list[_S_freelists];
|
2000-10-05 19:27:02 +08:00
|
|
|
|
2003-01-24 01:21:11 +08:00
|
|
|
typedef __pool_alloc<true,0> __alloc;
|
|
|
|
typedef __pool_alloc<false,0> __single_client_alloc;
|
2000-10-05 19:27:02 +08:00
|
|
|
|
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
/**
|
abi.txt: New file.
2002-07-20 Phil Edwards <pme@gcc.gnu.org>
* docs/html/abi.txt: New file.
* docs/html/23_containers/howto.html: Tweak vector-overhead text.
* docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html:
Import from upstream, R22.
* include/bits/char_traits.h, include/bits/stl_iterator.h,
include/bits/stl_iterator_base_types.h, libsupc++/exception,
libsupc++/new, libsupc++/typeinfo: Use @brief markup.
* include/bits/deque.tcc, include/bits/stl_alloc.h,
include/bits/stl_deque.h, include/bits/stl_list.h: Postpone removal
of deprecated functions until 3.4. (Same timeframe, different text.)
* include/bits/stl_vector.h: Ditto. Also do the same cleanups that
the other sequence classes received.
From-SVN: r55602
2002-07-20 14:26:27 +08:00
|
|
|
* @brief The "standard" allocator, as per [20.4].
|
|
|
|
*
|
|
|
|
* The private _Alloc is "SGI" style. (See comments at the top
|
|
|
|
* of stl_alloc.h.)
|
2002-06-26 00:45:01 +08:00
|
|
|
*
|
|
|
|
* The underlying allocator behaves as follows.
|
2003-01-24 01:21:11 +08:00
|
|
|
* - __pool_alloc is used via two typedefs
|
2002-06-26 00:45:01 +08:00
|
|
|
* - "__single_client_alloc" typedef does no locking for threads
|
|
|
|
* - "__alloc" typedef is threadsafe via the locks
|
|
|
|
* - __new_alloc is used for memory requests
|
|
|
|
*
|
|
|
|
* (See @link Allocators allocators info @endlink for more.)
|
|
|
|
*/
|
|
|
|
template<typename _Tp>
|
|
|
|
class allocator
|
|
|
|
{
|
|
|
|
typedef __alloc _Alloc; // The underlying allocator.
|
|
|
|
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;
|
2002-06-28 06:09:02 +08:00
|
|
|
|
|
|
|
template<typename _Tp1>
|
|
|
|
struct rebind
|
|
|
|
{ typedef allocator<_Tp1> other; };
|
2002-06-26 00:45:01 +08:00
|
|
|
|
|
|
|
allocator() throw() {}
|
|
|
|
allocator(const allocator&) throw() {}
|
2002-06-28 06:09:02 +08:00
|
|
|
template<typename _Tp1>
|
2002-06-26 00:45:01 +08:00
|
|
|
allocator(const allocator<_Tp1>&) throw() {}
|
|
|
|
~allocator() throw() {}
|
2002-06-28 06:09:02 +08:00
|
|
|
|
|
|
|
pointer
|
2002-06-26 00:45:01 +08:00
|
|
|
address(reference __x) const { return &__x; }
|
|
|
|
|
2002-06-28 06:09:02 +08:00
|
|
|
const_pointer
|
2002-06-26 00:45:01 +08:00
|
|
|
address(const_reference __x) const { return &__x; }
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-11-17 01:16:31 +08:00
|
|
|
// NB: __n is permitted to be 0. The C++ standard says nothing
|
|
|
|
// about what the return value is when __n == 0.
|
2002-06-26 00:45:01 +08:00
|
|
|
_Tp*
|
|
|
|
allocate(size_type __n, const void* = 0)
|
|
|
|
{
|
2002-11-17 01:16:31 +08:00
|
|
|
_Tp* __ret = 0;
|
|
|
|
if (__n)
|
|
|
|
{
|
|
|
|
if (__n <= this->max_size())
|
|
|
|
__ret = static_cast<_Tp*>(_Alloc::allocate(__n * sizeof(_Tp)));
|
|
|
|
else
|
|
|
|
__throw_bad_alloc();
|
|
|
|
}
|
|
|
|
return __ret;
|
2002-06-26 00:45:01 +08:00
|
|
|
}
|
2000-10-05 19:27:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
// __p is not permitted to be a null pointer.
|
|
|
|
void
|
|
|
|
deallocate(pointer __p, size_type __n)
|
|
|
|
{ _Alloc::deallocate(__p, __n * sizeof(_Tp)); }
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
size_type
|
|
|
|
max_size() const throw() { return size_t(-1) / sizeof(_Tp); }
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
|
|
|
|
void destroy(pointer __p) { __p->~_Tp(); }
|
|
|
|
};
|
|
|
|
|
|
|
|
template<>
|
|
|
|
class allocator<void>
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
typedef size_t size_type;
|
|
|
|
typedef ptrdiff_t difference_type;
|
|
|
|
typedef void* pointer;
|
|
|
|
typedef const void* const_pointer;
|
|
|
|
typedef void value_type;
|
2002-06-28 06:09:02 +08:00
|
|
|
|
|
|
|
template<typename _Tp1>
|
|
|
|
struct rebind
|
2002-06-26 00:45:01 +08:00
|
|
|
{ typedef allocator<_Tp1> other; };
|
|
|
|
};
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
|
|
|
|
template<typename _T1, typename _T2>
|
|
|
|
inline bool
|
|
|
|
operator==(const allocator<_T1>&, const allocator<_T2>&)
|
|
|
|
{ return true; }
|
|
|
|
|
|
|
|
template<typename _T1, typename _T2>
|
|
|
|
inline bool
|
|
|
|
operator!=(const allocator<_T1>&, const allocator<_T2>&)
|
|
|
|
{ return false; }
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @if maint
|
2002-11-17 01:16:31 +08:00
|
|
|
* Allocator adaptor to turn an "SGI" style allocator (e.g.,
|
2003-01-24 01:21:11 +08:00
|
|
|
* __alloc, __malloc_alloc) into a "standard" conforming
|
2002-11-17 01:16:31 +08:00
|
|
|
* allocator. Note that this adaptor does *not* assume that all
|
|
|
|
* objects of the underlying alloc class are identical, nor does it
|
|
|
|
* assume that all of the underlying alloc's member functions are
|
|
|
|
* static member functions. Note, also, that __allocator<_Tp,
|
|
|
|
* __alloc> is essentially the same thing as allocator<_Tp>.
|
2002-06-26 00:45:01 +08:00
|
|
|
* @endif
|
|
|
|
* (See @link Allocators allocators info @endlink for more.)
|
|
|
|
*/
|
|
|
|
template<typename _Tp, typename _Alloc>
|
|
|
|
struct __allocator
|
|
|
|
{
|
|
|
|
_Alloc __underlying_alloc;
|
2002-11-17 01:16:31 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
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;
|
2002-06-28 06:09:02 +08:00
|
|
|
|
|
|
|
template<typename _Tp1>
|
|
|
|
struct rebind
|
|
|
|
{ typedef __allocator<_Tp1, _Alloc> other; };
|
2002-06-26 00:45:01 +08:00
|
|
|
|
|
|
|
__allocator() throw() {}
|
|
|
|
__allocator(const __allocator& __a) throw()
|
|
|
|
: __underlying_alloc(__a.__underlying_alloc) {}
|
|
|
|
|
|
|
|
template<typename _Tp1>
|
|
|
|
__allocator(const __allocator<_Tp1, _Alloc>& __a) throw()
|
|
|
|
: __underlying_alloc(__a.__underlying_alloc) {}
|
|
|
|
|
|
|
|
~__allocator() throw() {}
|
|
|
|
|
2002-06-28 06:09:02 +08:00
|
|
|
pointer
|
2002-06-26 00:45:01 +08:00
|
|
|
address(reference __x) const { return &__x; }
|
|
|
|
|
2002-06-28 06:09:02 +08:00
|
|
|
const_pointer
|
2002-06-26 00:45:01 +08:00
|
|
|
address(const_reference __x) const { return &__x; }
|
|
|
|
|
2002-11-17 01:16:31 +08:00
|
|
|
// NB: __n is permitted to be 0. The C++ standard says nothing
|
|
|
|
// about what the return value is when __n == 0.
|
|
|
|
_Tp*
|
|
|
|
allocate(size_type __n, const void* = 0)
|
|
|
|
{
|
|
|
|
_Tp* __ret = 0;
|
|
|
|
if (__n)
|
|
|
|
__ret = static_cast<_Tp*>(_Alloc::allocate(__n * sizeof(_Tp)));
|
|
|
|
return __ret;
|
|
|
|
}
|
2000-10-05 19:27:02 +08:00
|
|
|
|
2002-11-17 01:16:31 +08:00
|
|
|
// __p is not permitted to be a null pointer.
|
|
|
|
void
|
|
|
|
deallocate(pointer __p, size_type __n)
|
|
|
|
{ __underlying_alloc.deallocate(__p, __n * sizeof(_Tp)); }
|
|
|
|
|
|
|
|
size_type
|
|
|
|
max_size() const throw() { return size_t(-1) / sizeof(_Tp); }
|
|
|
|
|
|
|
|
void
|
|
|
|
construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
|
|
|
|
|
|
|
|
void
|
|
|
|
destroy(pointer __p) { __p->~_Tp(); }
|
|
|
|
};
|
2000-10-05 19:27:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
template<typename _Alloc>
|
2002-08-24 00:52:29 +08:00
|
|
|
struct __allocator<void, _Alloc>
|
2002-06-26 00:45:01 +08:00
|
|
|
{
|
|
|
|
typedef size_t size_type;
|
|
|
|
typedef ptrdiff_t difference_type;
|
|
|
|
typedef void* pointer;
|
|
|
|
typedef const void* const_pointer;
|
|
|
|
typedef void value_type;
|
2002-06-28 06:09:02 +08:00
|
|
|
|
|
|
|
template<typename _Tp1>
|
|
|
|
struct rebind
|
|
|
|
{ typedef __allocator<_Tp1, _Alloc> other; };
|
2002-06-26 00:45:01 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
template<typename _Tp, typename _Alloc>
|
|
|
|
inline bool
|
|
|
|
operator==(const __allocator<_Tp,_Alloc>& __a1,
|
2002-06-28 06:09:02 +08:00
|
|
|
const __allocator<_Tp,_Alloc>& __a2)
|
2002-06-26 00:45:01 +08:00
|
|
|
{ return __a1.__underlying_alloc == __a2.__underlying_alloc; }
|
|
|
|
|
|
|
|
template<typename _Tp, typename _Alloc>
|
|
|
|
inline bool
|
2002-06-28 06:09:02 +08:00
|
|
|
operator!=(const __allocator<_Tp, _Alloc>& __a1,
|
|
|
|
const __allocator<_Tp, _Alloc>& __a2)
|
2002-06-26 00:45:01 +08:00
|
|
|
{ return __a1.__underlying_alloc != __a2.__underlying_alloc; }
|
|
|
|
|
|
|
|
|
|
|
|
//@{
|
|
|
|
/** Comparison operators for all of the predifined SGI-style allocators.
|
|
|
|
* This ensures that __allocator<malloc_alloc> (for example) will work
|
|
|
|
* correctly. As required, all allocators compare equal.
|
|
|
|
*/
|
|
|
|
template<int inst>
|
|
|
|
inline bool
|
2003-01-24 01:21:11 +08:00
|
|
|
operator==(const __malloc_alloc<inst>&,
|
|
|
|
const __malloc_alloc<inst>&)
|
2002-06-26 00:45:01 +08:00
|
|
|
{ return true; }
|
|
|
|
|
|
|
|
template<int __inst>
|
|
|
|
inline bool
|
2003-01-24 01:21:11 +08:00
|
|
|
operator!=(const __malloc_alloc<__inst>&,
|
|
|
|
const __malloc_alloc<__inst>&)
|
2002-06-26 00:45:01 +08:00
|
|
|
{ return false; }
|
|
|
|
|
|
|
|
template<typename _Alloc>
|
|
|
|
inline bool
|
|
|
|
operator==(const __debug_alloc<_Alloc>&, const __debug_alloc<_Alloc>&)
|
|
|
|
{ return true; }
|
|
|
|
|
|
|
|
template<typename _Alloc>
|
|
|
|
inline bool
|
|
|
|
operator!=(const __debug_alloc<_Alloc>&, const __debug_alloc<_Alloc>&)
|
|
|
|
{ return false; }
|
|
|
|
//@}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @if maint
|
|
|
|
* Another allocator adaptor: _Alloc_traits. This serves two purposes.
|
|
|
|
* First, make it possible to write containers that can use either "SGI"
|
|
|
|
* style allocators or "standard" allocators. Second, provide a mechanism
|
|
|
|
* so that containers can query whether or not the allocator has distinct
|
|
|
|
* instances. If not, the container can avoid wasting a word of memory to
|
|
|
|
* store an empty object. For examples of use, see stl_vector.h, etc, or
|
|
|
|
* any of the other classes derived from this one.
|
|
|
|
*
|
|
|
|
* This adaptor uses partial specialization. The general case of
|
|
|
|
* _Alloc_traits<_Tp, _Alloc> assumes that _Alloc is a
|
|
|
|
* standard-conforming allocator, possibly with non-equal instances and
|
|
|
|
* non-static members. (It still behaves correctly even if _Alloc has
|
|
|
|
* static member and if all instances are equal. Refinements affect
|
|
|
|
* performance, not correctness.)
|
|
|
|
*
|
|
|
|
* There are always two members: allocator_type, which is a standard-
|
|
|
|
* conforming allocator type for allocating objects of type _Tp, and
|
|
|
|
* _S_instanceless, a static const member of type bool. If
|
|
|
|
* _S_instanceless is true, this means that there is no difference
|
|
|
|
* between any two instances of type allocator_type. Furthermore, if
|
|
|
|
* _S_instanceless is true, then _Alloc_traits has one additional
|
|
|
|
* member: _Alloc_type. This type encapsulates allocation and
|
|
|
|
* deallocation of objects of type _Tp through a static interface; it
|
|
|
|
* has two member functions, whose signatures are
|
|
|
|
*
|
|
|
|
* - static _Tp* allocate(size_t)
|
|
|
|
* - static void deallocate(_Tp*, size_t)
|
|
|
|
*
|
|
|
|
* The size_t parameters are "standard" style (see top of stl_alloc.h) in
|
|
|
|
* that they take counts, not sizes.
|
|
|
|
*
|
|
|
|
* @endif
|
|
|
|
* (See @link Allocators allocators info @endlink for more.)
|
|
|
|
*/
|
|
|
|
//@{
|
|
|
|
// The fully general version.
|
|
|
|
template<typename _Tp, typename _Allocator>
|
|
|
|
struct _Alloc_traits
|
|
|
|
{
|
|
|
|
static const bool _S_instanceless = false;
|
|
|
|
typedef typename _Allocator::template rebind<_Tp>::other allocator_type;
|
|
|
|
};
|
2002-06-28 06:09:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
template<typename _Tp, typename _Allocator>
|
|
|
|
const bool _Alloc_traits<_Tp, _Allocator>::_S_instanceless;
|
|
|
|
|
|
|
|
/// The version for the default allocator.
|
|
|
|
template<typename _Tp, typename _Tp1>
|
|
|
|
struct _Alloc_traits<_Tp, allocator<_Tp1> >
|
|
|
|
{
|
|
|
|
static const bool _S_instanceless = true;
|
|
|
|
typedef __simple_alloc<_Tp, __alloc> _Alloc_type;
|
|
|
|
typedef allocator<_Tp> allocator_type;
|
|
|
|
};
|
|
|
|
//@}
|
|
|
|
|
|
|
|
//@{
|
|
|
|
/// Versions for the predefined "SGI" style allocators.
|
|
|
|
template<typename _Tp, int __inst>
|
2003-01-24 01:21:11 +08:00
|
|
|
struct _Alloc_traits<_Tp, __malloc_alloc<__inst> >
|
2002-06-26 00:45:01 +08:00
|
|
|
{
|
|
|
|
static const bool _S_instanceless = true;
|
2003-01-24 01:21:11 +08:00
|
|
|
typedef __simple_alloc<_Tp, __malloc_alloc<__inst> > _Alloc_type;
|
|
|
|
typedef __allocator<_Tp, __malloc_alloc<__inst> > allocator_type;
|
2002-06-26 00:45:01 +08:00
|
|
|
};
|
2000-10-05 19:27:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
template<typename _Tp, bool __threads, int __inst>
|
2003-01-24 01:21:11 +08:00
|
|
|
struct _Alloc_traits<_Tp, __pool_alloc<__threads, __inst> >
|
2002-06-26 00:45:01 +08:00
|
|
|
{
|
|
|
|
static const bool _S_instanceless = true;
|
2003-01-24 01:21:11 +08:00
|
|
|
typedef __simple_alloc<_Tp, __pool_alloc<__threads, __inst> >
|
2002-06-26 00:45:01 +08:00
|
|
|
_Alloc_type;
|
2003-01-24 01:21:11 +08:00
|
|
|
typedef __allocator<_Tp, __pool_alloc<__threads, __inst> >
|
2002-06-26 00:45:01 +08:00
|
|
|
allocator_type;
|
|
|
|
};
|
2000-10-05 19:27:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
template<typename _Tp, typename _Alloc>
|
|
|
|
struct _Alloc_traits<_Tp, __debug_alloc<_Alloc> >
|
|
|
|
{
|
|
|
|
static const bool _S_instanceless = true;
|
|
|
|
typedef __simple_alloc<_Tp, __debug_alloc<_Alloc> > _Alloc_type;
|
|
|
|
typedef __allocator<_Tp, __debug_alloc<_Alloc> > allocator_type;
|
|
|
|
};
|
|
|
|
//@}
|
|
|
|
|
|
|
|
//@{
|
|
|
|
/// Versions for the __allocator adaptor used with the predefined
|
|
|
|
/// "SGI" style allocators.
|
|
|
|
template<typename _Tp, typename _Tp1, int __inst>
|
|
|
|
struct _Alloc_traits<_Tp,
|
2003-01-24 01:21:11 +08:00
|
|
|
__allocator<_Tp1, __malloc_alloc<__inst> > >
|
2002-06-26 00:45:01 +08:00
|
|
|
{
|
|
|
|
static const bool _S_instanceless = true;
|
2003-01-24 01:21:11 +08:00
|
|
|
typedef __simple_alloc<_Tp, __malloc_alloc<__inst> > _Alloc_type;
|
|
|
|
typedef __allocator<_Tp, __malloc_alloc<__inst> > allocator_type;
|
2002-06-26 00:45:01 +08:00
|
|
|
};
|
2000-10-05 19:27:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
template<typename _Tp, typename _Tp1, bool __thr, int __inst>
|
2003-01-24 01:21:11 +08:00
|
|
|
struct _Alloc_traits<_Tp, __allocator<_Tp1, __pool_alloc<__thr, __inst> > >
|
2002-06-26 00:45:01 +08:00
|
|
|
{
|
|
|
|
static const bool _S_instanceless = true;
|
2003-01-24 01:21:11 +08:00
|
|
|
typedef __simple_alloc<_Tp, __pool_alloc<__thr,__inst> >
|
2002-06-26 00:45:01 +08:00
|
|
|
_Alloc_type;
|
2003-01-24 01:21:11 +08:00
|
|
|
typedef __allocator<_Tp, __pool_alloc<__thr,__inst> >
|
2002-06-26 00:45:01 +08:00
|
|
|
allocator_type;
|
|
|
|
};
|
2000-10-05 19:27:02 +08:00
|
|
|
|
2002-06-26 00:45:01 +08:00
|
|
|
template<typename _Tp, typename _Tp1, typename _Alloc>
|
|
|
|
struct _Alloc_traits<_Tp, __allocator<_Tp1, __debug_alloc<_Alloc> > >
|
|
|
|
{
|
|
|
|
static const bool _S_instanceless = true;
|
|
|
|
typedef __simple_alloc<_Tp, __debug_alloc<_Alloc> > _Alloc_type;
|
|
|
|
typedef __allocator<_Tp, __debug_alloc<_Alloc> > allocator_type;
|
|
|
|
};
|
|
|
|
//@}
|
|
|
|
|
|
|
|
// Inhibit implicit instantiations for required instantiations,
|
|
|
|
// which are defined via explicit instantiations elsewhere.
|
|
|
|
// NB: This syntax is a GNU extension.
|
2003-02-14 05:39:03 +08:00
|
|
|
#if _GLIBCPP_EXTERN_TEMPLATE
|
2002-06-26 00:45:01 +08:00
|
|
|
extern template class allocator<char>;
|
|
|
|
extern template class allocator<wchar_t>;
|
2003-01-24 01:21:11 +08:00
|
|
|
extern template class __pool_alloc<true,0>;
|
2003-02-14 05:39:03 +08:00
|
|
|
#endif
|
2001-03-05 05:34:02 +08:00
|
|
|
} // namespace std
|
2000-10-05 19:27:02 +08:00
|
|
|
|
2002-06-28 06:09:02 +08:00
|
|
|
#endif
|