HomeSort by relevance Sort by last modified time
    Searched refs:mcost (Results 1 - 2 of 2) sorted by null

  /external/valgrind/callgrind/
main.c 1482 HChar *mcost; local
1906 HChar *mcost = CLG_(mappingcost_as_string)(CLG_(dumpmap), CLG_(total_cost)); local
    [all...]
dump.c 529 HChar *mcost = CLG_(mappingcost_as_string)(es, cost); local
530 VG_(fprintf)(fp, "%s\n", mcost);
531 CLG_FREE(mcost);
1147 HChar *mcost = CLG_(mappingcost_as_string)(em, cost); local
1148 VG_(fprintf)(fp, "%s%s\n", prefix, mcost);
1149 CLG_FREE(mcost);
    [all...]

Completed in 41 milliseconds