| 842 | } |
| 843 | |
| 844 | size_t ScriptInstance::GetAllocatedMemory() const |
| 845 | { |
| 846 | if (this->engine == nullptr) return this->last_allocated_memory; |
| 847 | return this->engine->GetAllocatedMemory(); |
| 848 | } |
| 849 | |
| 850 | void ScriptInstance::ReleaseSQObject(HSQOBJECT *obj) |
| 851 | { |