Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dfn.c362 fn->is_realloc = False; in new_fn_node()
579 fn->is_realloc = (VG_(strcmp)(fn->name, "realloc")==0); in CLG_()
Dglobal.h407 Bool is_realloc :1; member