MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / CallFree

Method CallFree

src/server/angelscript/angelscript/source/as_scriptengine.cpp:4675–4682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4673}
4674
4675void asCScriptEngine::CallFree(void *obj) const
4676{
4677#ifndef WIP_16BYTE_ALIGN
4678 userFree(obj);
4679#else
4680 userFreeAligned(obj);
4681#endif
4682}
4683
4684// interface
4685int asCScriptEngine::NotifyGarbageCollectorOfNewObject(void *obj, asITypeInfo *type)

Callers 15

FreeObjectMethod · 0.80
CallSystemFunctionNativeFunction · 0.80
CallSystemFunctionNativeFunction · 0.80
CallSystemFunctionNativeFunction · 0.80
CallSystemFunctionNativeFunction · 0.80
CallSystemFunctionNativeFunction · 0.80
CallSystemFunctionFunction · 0.80
CallSystemFunctionNativeFunction · 0.80
CallSystemFunctionNativeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected