#include <stl_alloc.h>
Static Public Methods | |
void * | allocate (size_t __n) |
void | deallocate (void *__p, size_t) |
void * | reallocate (void *__p, size_t, size_t __new_sz) |
void(* | __set_malloc_handler (void(*__f)()))() |
Static Private Methods | |
void * | _S_oom_malloc (size_t) |
void * | _S_oom_realloc (void *, size_t) |
Static Private Attributes | |
void(* | __malloc_alloc_oom_handler )() |
|
Definition at line 132 of file stl_alloc.h. References std::__malloc_alloc_template< __inst >::__malloc_alloc_oom_handler. |
|
Definition at line 148 of file stl_alloc.h. References std::__malloc_alloc_template< __inst >::__malloc_alloc_oom_handler, std::__throw_bad_alloc(), and malloc(). Referenced by std::__malloc_alloc_template< __inst >::allocate(). |
|
Definition at line 163 of file stl_alloc.h. References std::__malloc_alloc_template< __inst >::__malloc_alloc_oom_handler, and std::__throw_bad_alloc(). Referenced by std::__malloc_alloc_template< __inst >::reallocate(). |
|
Definition at line 113 of file stl_alloc.h. References std::__malloc_alloc_template< __inst >::_S_oom_malloc(), and malloc(). |
|
Definition at line 120 of file stl_alloc.h. References free(). |
|
Definition at line 125 of file stl_alloc.h. References std::__malloc_alloc_template< __inst >::_S_oom_realloc(). |
|
Referenced by std::__malloc_alloc_template< __inst >::__set_malloc_handler(), std::__malloc_alloc_template< __inst >::_S_oom_malloc(), and std::__malloc_alloc_template< __inst >::_S_oom_realloc(). |