#include #include using namespace NMalloc; template <> void Out(IOutputStream& out, const TMallocInfo& info) { out << "malloc (name = " << info.Name << ")"; }