mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 06:07:57 +03:00
Using a definite stable version of MEM_BlockAlloc
This commit is contained in:
parent
1354224f58
commit
a71c6db442
13 changed files with 402 additions and 331 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue