Go to the documentation of this file. 1 #ifndef _SIGX_NONHEAPALLOCATABLE_HPP_
2 #define _SIGX_NONHEAPALLOCATABLE_HPP_
24 #include <sigxconfig.h>
43 void*
operator new(std::size_t);
44 void operator delete(
void*);
51 #endif // #ifndef _SIGX_NONHEAPALLOCATABLE_HPP_