__malloc_alloc Class Reference

class __malloc_alloc
Public Member Functions
void *_STLP_CALL allocate ( size_t )
void _STLP_CALL deallocate (void *, size_t )
__oom_handler_type _STLP_CALL set_malloc_handler ( __oom_handler_type )
Private Member Functions
void *_STLP_CALL _S_oom_malloc ( size_t )
Public Member Type Definitions
typedef char value_type
Private Attributes
__oom_handler_type __oom_handler

Member Functions Documentation

_S_oom_malloc(size_t)

void *_STLP_CALL _S_oom_malloc ( size_t ) [private, static]

Parameters

size_t

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

set_malloc_handler(__oom_handler_type)

__oom_handler_type _STLP_CALL set_malloc_handler ( __oom_handler_type __f ) [static, inline]

Parameters

__oom_handler_type __f

Member Type Definitions Documentation

Typedef value_type

typedef char value_type

Member Data Documentation

__oom_handler_type __oom_handler

__oom_handler_type __oom_handler [private, static]