_alloc.h File Reference

__THROW_BAD_ALLOC

__ALLOC

__RESTRICT

_STLP_NODE_ALLOCATOR_THREADS

__oom_handler_type

_STLP_BEGIN_NAMESPACE typedef void(*__oom_handler_type

Enum anonymous

EnumeratorValueDescription
_ALIGN8
_ALIGN_SHIFT3
_MAX_BYTES128

_STLP_NFREELISTS

Typedef _Node_alloc

typedef __node_alloc< false, 0 >_Node_alloc

Typedef __sgi_alloc

typedef _Node_alloc __sgi_alloc

Typedef __single_client_alloc

typedef __node_alloc< false, 0 >__single_client_alloc

Typedef __multithreaded_alloc

typedef __node_alloc< true, 0 >__multithreaded_alloc

operator== ( const allocator< _T1 > &, const allocator< _T2 > & )

bool _STLP_CALLoperator==(const allocator< _T1 > &,
const allocator< _T2 > &
)[inline]

operator!= ( const allocator< _T1 > &, const allocator< _T2 > & )

bool _STLP_CALLoperator!=(const allocator< _T1 > &,
const allocator< _T2 > &
)[inline]

_STLP_FORCE_ALLOCATORS

_STLP_CONVERT_ALLOCATOR

__stl_alloc_rebind ( allocator< _Tp1 > &, const _Tp2 * )

allocator< _Tp2 > &_STLP_CALL__stl_alloc_rebind(allocator< _Tp1 > &__a,
const _Tp2 *
)[inline]

__stl_alloc_create ( const allocator< _Tp1 > &, const _Tp2 * )

allocator< _Tp2 > _STLP_CALL__stl_alloc_create(const allocator< _Tp1 > &,
const _Tp2 *
)[inline]