Yet more work on eng::malloc
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
class SchedEntry {
|
||||
class SchedEntry : public eng::nevernew {
|
||||
private:
|
||||
friend class Schedule;
|
||||
int64_t clock_;
|
||||
@@ -30,7 +30,7 @@ public:
|
||||
eng::string debug_string() const;
|
||||
};
|
||||
|
||||
class Schedule {
|
||||
class Schedule : public eng::nevernew {
|
||||
private:
|
||||
eng::set<SchedEntry> schedule_;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user