| 275 | } |
| 276 | |
| 277 | bool ExtAPI::is_alloc(const FunObjVar* F) |
| 278 | { |
| 279 | return F && hasExtFuncAnnotation(F, "ALLOC_HEAP_RET"); |
| 280 | } |
| 281 | |
| 282 | // Does (F) allocate a new object and assign it to one of its arguments? |
| 283 | bool ExtAPI::is_arg_alloc(const FunObjVar* F) |
no outgoing calls
no test coverage detected