std::allocator< Type > Class Template Reference
The "standard" allocator, as per [20.4].
More...
#include <stl_alloc.h>
Collaboration diagram for std::allocator< Type >:
[legend]List of all members.
Detailed Description
template<typename Type>
class std::allocator< Type >
The "standard" allocator, as per [20.4].
The private Alloc is "SGI" style. (See comments at the top of stl_alloc.h.)
The underlying allocator behaves as follows.
- __default_alloc_template is used via two typedefs
- "single_client_alloc" typedef does no locking for threads
- "alloc" typedef is threadsafe via the locks
- new_alloc is used for memory requests
(See allocators info for more.)
Definition at line 636 of file stl_alloc.h.
The documentation for this class was generated from the following file:
Generated on Thu Feb 10 23:23:47 2005 for libstdc++-v3 Source by
1.4.0