MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / CallFree

Method CallFree

Siv3D/src/ThirdParty/angelscript/as_scriptengine.cpp:4683–4690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4681}
4682
4683void asCScriptEngine::CallFree(void *obj) const
4684{
4685#ifndef WIP_16BYTE_ALIGN
4686 userFree(obj);
4687#else
4688 userFreeAligned(obj);
4689#endif
4690}
4691
4692// interface
4693int 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