MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / GetAllocatedMemory

Method GetAllocatedMemory

src/script/script_instance.cpp:844–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

DiedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected