#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 174 of file stl_alloc.h. |
|
Definition at line 180 of file stl_alloc.h. |
|
Definition at line 187 of file stl_alloc.h. |
|
Definition at line 194 of file stl_alloc.h. |