__simple_alloc< _Tp, _Alloc > Class Template Reference

#include <_alloc_old.h>

List of all members.

Public Types

typedef _Alloc::value_type __alloc_value_type
typedef _Tp value_type

Static Public Member Functions

static size_t _STLP_CALL __chunk (size_t __n)
static _Tp *_STLP_CALL allocate (size_t __n)
static void _STLP_CALL deallocate (_Tp *__p, size_t __n)


Detailed Description

template<class _Tp, class _Alloc>
class __simple_alloc< _Tp, _Alloc >

Definition at line 2 of file _alloc_old.h.


Member Typedef Documentation

template<class _Tp, class _Alloc>
typedef _Alloc::value_type __simple_alloc< _Tp, _Alloc >::__alloc_value_type

Definition at line 5 of file _alloc_old.h.

template<class _Tp, class _Alloc>
typedef _Tp __simple_alloc< _Tp, _Alloc >::value_type

Definition at line 6 of file _alloc_old.h.


Member Function Documentation

template<class _Tp, class _Alloc>
static size_t _STLP_CALL __simple_alloc< _Tp, _Alloc >::__chunk ( size_t  __n  )  [inline, static]

template<class _Tp, class _Alloc>
static _Tp* _STLP_CALL __simple_alloc< _Tp, _Alloc >::allocate ( size_t  __n  )  [inline, static]

Definition at line 11 of file _alloc_old.h.

References __simple_alloc< _Tp, _Alloc >::__chunk().

template<class _Tp, class _Alloc>
static void _STLP_CALL __simple_alloc< _Tp, _Alloc >::deallocate ( _Tp *  __p,
size_t  __n 
) [inline, static]

Definition at line 12 of file _alloc_old.h.

References __simple_alloc< _Tp, _Alloc >::__chunk().


The documentation for this class was generated from the following file:



Generated on Mon Mar 10 15:32:53 2008 by  doxygen 1.5.1