__debug_alloc Class Reference

class __debug_alloc

Nested Classes and Structures

Public Member Functions
__debug_alloc ()
~__debug_alloc ()
void *_STLP_CALL allocate ( size_t )
void _STLP_CALL deallocate (void *, size_t )
Private Member Functions
size_t _STLP_CALL __extra_after_chunk ()
size_t _STLP_CALL __extra_before_chunk ()
Public Member Type Definitions
typedef _Alloc __allocator_type
typedef _Alloc::value_type value_type

Constructor & Destructor Documentation

__debug_alloc()

__debug_alloc ( ) [inline]

~__debug_alloc()

~__debug_alloc ( ) [inline]

Member Functions Documentation

__extra_after_chunk()

size_t _STLP_CALL __extra_after_chunk ( ) [private, static, inline]

__extra_before_chunk()

size_t _STLP_CALL __extra_before_chunk ( ) [private, static, inline]

allocate(size_t)

void *_STLP_CALL allocate ( size_t ) [static]

Parameters

size_t

deallocate(void *, size_t)

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

Parameters

void *
size_t

Member Type Definitions Documentation

Typedef __allocator_type

typedef _Alloc __allocator_type

Typedef value_type

typedef _Alloc::value_type value_type