Lots more work on eng::malloc

This commit is contained in:
2022-02-28 21:57:54 -05:00
parent ff932dba10
commit 7cd8eb0a43
25 changed files with 314 additions and 253 deletions

View File

@@ -89,7 +89,7 @@
struct PrintBufferCore;
class PrintBuffer : public eng::heap {
class PrintBuffer : public eng::opnew {
private:
PrintBufferCore *core_;
@@ -138,7 +138,7 @@ public:
};
class PrintChanneler : public eng::heap {
class PrintChanneler : public eng::opnew {
private:
int64_t line_;
public: