MCPcopy Create free account
hub / github.com/anjo76/angelscript / CallFree

Method CallFree

sdk/angelscript/source/as_scriptengine.cpp:4985–4992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4983}
4984
4985void asCScriptEngine::CallFree(void *obj) const
4986{
4987#ifndef WIP_16BYTE_ALIGN
4988 userFree(obj);
4989#else
4990 userFreeAligned(obj);
4991#endif
4992}
4993
4994// interface
4995int 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
CallSystemFunctionNativeFunction · 0.80
CallSystemFunctionNativeFunction · 0.80
CallSystemFunctionFunction · 0.80
CallSystemFunctionNativeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected