Public Member Functions | |
| void | FreeUnusedMemory () |
| void * | AllocScriptNode () |
| void | FreeScriptNode (void *ptr) |
| void * | AllocByteInstruction () |
| void | FreeByteInstruction (void *ptr) |
Protected Attributes | |
| asCArray< void * > | scriptNodePool |
| asCArray< void * > | byteInstructionPool |