Yet more work on eng::malloc

This commit is contained in:
2022-03-02 14:52:51 -05:00
parent 7cd8eb0a43
commit cf102a6250
25 changed files with 114 additions and 59 deletions

View File

@@ -75,7 +75,7 @@
#include <cstdint>
#include <ostream>
class IdGlobalPool {
class IdGlobalPool : public eng::nevernew {
public:
// Construct and destroy global pools. Note that after constructing
// a global pool, it is generally also necessary to initialize it
@@ -119,7 +119,7 @@ private:
friend int unittests_idalloc(lua_State *L);
};
class IdPlayerPool {
class IdPlayerPool : public eng::nevernew {
public:
// Construct a player pool.
//