ReactOS 0.4.16-dev-336-gb667d82
|
#include <_alloc.h>
Public Types | |
typedef char | value_type |
Static Public Member Functions | |
static void *_STLP_CALL | allocate (size_t &__n) |
static void _STLP_CALL | deallocate (void *__p, size_t __n) |
Static Private Member Functions | |
static void *_STLP_CALL | _M_allocate (size_t &__n) |
static void _STLP_CALL | _M_deallocate (void *__p, size_t __n) |
typedef char __node_alloc::value_type |
|
staticprivate |
Definition at line 742 of file allocators.cpp.
|
staticprivate |
Definition at line 745 of file allocators.cpp.
|
inlinestatic |
Definition at line 157 of file _alloc.h.
Referenced by allocator< _Tp >::_M_allocate(), and allocator< _Tp >::allocate().
|
inlinestatic |
Definition at line 160 of file _alloc.h.
Referenced by allocator< _Tp >::deallocate().