Modified to fix memory leaks and improve speed
This commit is contained in:
@ -10,6 +10,7 @@ public:
|
||||
virtual Word_t MemoryUsed() =0;
|
||||
|
||||
virtual int Delete(cell Key) =0;
|
||||
virtual void Remove() =0;
|
||||
|
||||
virtual void Set(cell Index, Pvoid_t value, bool disable_check = false) =0;
|
||||
|
||||
|
Reference in New Issue
Block a user