Searched refs:is_malloc (Results 1 – 2 of 2) sorted by relevance
353 fn->is_malloc = False; in new_fn_node()578 fn->is_malloc = (VG_(strcmp)(fn->name, "malloc")==0); in CLG_()
439 Bool is_malloc :1; member