| 4983 | } |
| 4984 | |
| 4985 | void 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 |
| 4995 | int asCScriptEngine::NotifyGarbageCollectorOfNewObject(void *obj, asITypeInfo *type) |
no outgoing calls
no test coverage detected