#include <cstddef>#include <exception>Go to the source code of this file.
Namespaces | |
| namespace | std |
new defines several functions to manage dynamic memory and handling memory allocation errors; see http://gcc.gnu.org/onlinedocs/libstdc++/18_support/howto.html#4 for more.
Definition in file new.
|
||||||||||||
|
Definition at line 96 of file new. Referenced by std::__valarray_release_memory(), __gnu_cxx::_BA_free_list_store::_S_clear(), __gnu_cxx::bitmap_allocator< _Tp >::_S_memory_put(), and __gnu_cxx::_BA_free_list_store::_S_validate_free_list(). |
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
Definition at line 92 of file new. Referenced by std::__valarray_get_memory(), __gnu_cxx::_BA_free_list_store::_S_get_free_list(), and __gnu_cxx::bitmap_allocator< _Tp >::_S_memory_get(). |
|
||||||||||||
|
|
|
|
These are replaceable signatures:
Placement new and delete signatures (take a memory address argument, does nothing) may not be replaced by a user's program. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
1.3.6