Macaulay2 Engine
Loading...
Searching...
No Matches

◆ dstash()

void dstash ( )

Definition at line 138 of file debug.cpp.

139{
140 buffer o;
141 stash::stats(o);
142 emit(o.str());
143}
char * str()
Definition buffer.hpp:72
static void stats(buffer &o)
Definition mem.cpp:93
void emit(const char *s)
Definition text-io.cpp:41

References emit(), stash::stats(), and buffer::str().

Referenced by rawColonMonomialIdeal2().