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

Variables

std::new_handler new_handler_
 The current new handler.
 

Variable Documentation

◆ new_handler_

std::new_handler anonymous_namespace{new.cpp}::new_handler_

The initial new_handler is a null pointer, initialised as part of the .bss section.

Definition at line 53 of file new.cpp.

Referenced by operator new().