__new_alloc Class Reference

class __new_alloc
Public Member Functions
void *_STLP_CALL allocate ( size_t )
void _STLP_CALL deallocate (void *, size_t )
Public Member Type Definitions
typedef char value_type

Member Functions Documentation

allocate(size_t)

void *_STLP_CALL allocate ( size_t __n ) [static, inline]

Parameters

size_t __n

deallocate(void *, size_t)

void _STLP_CALL deallocate ( void * __p,
size_t
) [static, inline]

Parameters

void * __p
size_t

Member Type Definitions Documentation

Typedef value_type

typedef char value_type