| 4673 | } |
| 4674 | |
| 4675 | void 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 |
| 4685 | int asCScriptEngine::NotifyGarbageCollectorOfNewObject(void *obj, asITypeInfo *type) |
no outgoing calls
no test coverage detected