#include <boost/assert.hpp>
#include <malloc.h>
assert_new.hのインクルード依存関係図
このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。
ネームスペース | |
namespace | static_container |
namespace | static_container::test |
関数 | |
void * | operator new (size_t s) |
変数 | |
bool | begin_test = false |
|
assert_new.h の 10 行で定義されています。 参照先 begin_test.
00010 { 00011 BOOST_ASSERT( false == begin_test ); 00012 return malloc( s ); 00013 } |
|
assert_new.h の 8 行で定義されています。 |