#include <stl_alloc.h>
Static Public Methods | |
void * | allocate (size_t __n) |
void | deallocate (void *__p, size_t __n) |
void * | reallocate (void *__p, size_t __old_sz, size_t __new_sz) |
Private Types | |
enum | { _S_extra = 8 } |
|
Definition at line 203 of file stl_alloc.h. |
|
Definition at line 209 of file stl_alloc.h. References std::debug_alloc< _Alloc >::_S_extra, and allocate(). |
|
Definition at line 216 of file stl_alloc.h. References std::debug_alloc< _Alloc >::_S_extra, and deallocate(). |
|
Definition at line 223 of file stl_alloc.h. References std::debug_alloc< _Alloc >::_S_extra. |