| 4681 | } |
| 4682 | |
| 4683 | void 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 |
| 4693 | int asCScriptEngine::NotifyGarbageCollectorOfNewObject(void *obj, asITypeInfo *type) |
no outgoing calls
no test coverage detected