__debug_alloc Class Reference

class __debug_alloc

Nested Classes and Structures

Public Member Functions
__debug_alloc()
~__debug_alloc()
void *_STLP_CALLallocate(size_t)
void _STLP_CALLdeallocate(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_CALLallocate(size_t)[static]

Parameters

size_t

deallocate(void *, size_t)

void _STLP_CALLdeallocate(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_typevalue_type