ReactOS 0.4.16-dev-1-gcf26321
|
#include <_alloc.h>
Classes | |
struct | __alloc_header |
Public Types | |
typedef _Alloc | __allocator_type |
typedef _Alloc::value_type | value_type |
Public Member Functions | |
__debug_alloc () | |
~__debug_alloc () | |
Static Public Member Functions | |
static void *_STLP_CALL | allocate (size_t) |
static void _STLP_CALL | deallocate (void *, size_t) |
Private Types | |
enum | { __pad = 8 , __magic = 0xdeba , __deleted_magic = 0xdebd , __shred_byte = _STLP_SHRED_BYTE } |
enum | { __extra_before = 16 , __extra_after = 8 } |
Static Private Member Functions | |
static size_t _STLP_CALL | __extra_before_chunk () |
static size_t _STLP_CALL | __extra_after_chunk () |
typedef _Alloc __debug_alloc< _Alloc >::__allocator_type |
typedef _Alloc::value_type __debug_alloc< _Alloc >::value_type |
|
inline |
|
inline |
|
inlinestaticprivate |
|
inlinestaticprivate |
|
static |
Definition at line 38 of file _alloc.c.
|
static |
Definition at line 55 of file _alloc.c.