Home
last modified time | relevance | path

Searched refs:is_malloc (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/callgrind/
Dfn.c353 fn->is_malloc = False; in new_fn_node()
578 fn->is_malloc = (VG_(strcmp)(fn->name, "malloc")==0); in CLG_()
Dglobal.h439 Bool is_malloc :1; member