Initial Commit
This commit is contained in:
10
common/STATIC.CPP
Normal file
10
common/STATIC.CPP
Normal file
@@ -0,0 +1,10 @@
|
||||
//#define _FASTHEAP_
|
||||
#if defined(_FASTHEAP_)
|
||||
#include <common/heapnew.hpp>
|
||||
|
||||
Heap &globalHeap(void)
|
||||
{
|
||||
static Heap sGlobalHeap(16384);
|
||||
return sGlobalHeap;
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user