__malloc_alloc Class Reference

class __malloc_alloc
Public Member Functions
void *_STLP_CALLallocate(size_t)
void _STLP_CALLdeallocate(void *, size_t)
__oom_handler_type _STLP_CALLset_malloc_handler(__oom_handler_type)
Private Member Functions
void *_STLP_CALL_S_oom_malloc(size_t)
Public Member Type Definitions
typedefchar 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_CALLallocate(size_t__n)[static, inline]

Parameters

size_t __n

deallocate(void *, size_t)

void _STLP_CALLdeallocate(void *__p,
size_t
)[static, inline]

Parameters

void * __p
size_t

set_malloc_handler(__oom_handler_type)

__oom_handler_type _STLP_CALLset_malloc_handler(__oom_handler_type__f)[static, inline]

Parameters

__oom_handler_type __f

Member Type Definitions Documentation

Typedef value_type

typedef charvalue_type

Member Data Documentation

__oom_handler_type __oom_handler

__oom_handler_type __oom_handler[private, static]