8 namespace boost {
namespace utils {
24 static void *
operator new (size_t) =
delete;
25 static void *
operator new[] (size_t) =
delete;
26 static void operator delete (
void*) =
delete;
27 static void operator delete[](
void*) =
delete;
29 void dump(std::ostream& os)
const;
32 static const std::size_t BT_BUF_SIZE = 100ul;
34 void* buffer_[BT_BUF_SIZE];
43 #include "backtrace.ipp"
Produces a backtrace of RAII.