Lots more work on eng::malloc
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <algorithm>
|
||||
#include <cstdio>
|
||||
|
||||
struct PrintBufferCore : public eng::heap {
|
||||
struct PrintBufferCore : public eng::opnew {
|
||||
// The most recent lines printed.
|
||||
eng::deque<eng::string> lines_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user