µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
new.cpp File Reference

Global synchronised new/delete definitions. More...

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{new.cpp}
 
namespace  std
 Standard std namespace.
 

Functions

new_handler std::get_new_handler () noexcept
 Get the current handler.
 
new_handler std::set_new_handler (new_handler handler) noexcept
 Establishes the function designated by handler as the current new_handler.
 
Standard operators
void * operator new (std::size_t bytes)
 Allocate space for a new object instance.
 

Variables

std::new_handler anonymous_namespace{new.cpp}::new_handler_
 The current new handler.
 
const nothrow_t std::nothrow
 

Detailed Description

Global synchronised new/delete definitions.

Definition in file new.cpp.