Using a definite stable version of MEM_BlockAlloc

This commit is contained in:
L 2023-01-30 17:11:44 +01:00
parent 1354224f58
commit a71c6db442
13 changed files with 402 additions and 331 deletions

View file

@ -2289,7 +2289,7 @@ CLASS_DECLARATION( Listener, ScriptThread, NULL )
{ NULL, NULL }
};
MEM_BlockAlloc< ScriptThread, MEM_BLOCKSIZE > ScriptThread_allocator;
MEM_BlockAlloc<ScriptThread> ScriptThread_allocator;
void *ScriptThread::operator new( size_t size )
{