#include <memory>
#include <crtdbg.h>
Go to the source code of this file.
Namespaces | |
namespace | Lamp |
Defines | |
#define | _CRTDBG_MAP_ALLOC |
デバッグ版メモリアロケータを有効にする。 | |
#define | new ::new(_NORMAL_BLOCK, __FILE__, __LINE__) |
newにデバッグ情報を付加する。 |
Definition in file MemoryChecker.h.