Searched refs:is_malloc (Results 1 – 3 of 3) sorted by relevance
353 fn->is_malloc = False; in new_fn_node()578 fn->is_malloc = (VG_(strcmp)(fn->name, "malloc")==0); in CLG_()
438 Bool is_malloc :1; member
1342 #define is_malloc(a) is_malloc_(a) macro1344 #if ((is_malloc(je_malloc) == 1) && defined(__GLIBC__) && !defined(__UCLIBC__))