Home
last modified time | relevance | path

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

/external/valgrind/massif/
Dms_main.c2259 static void write_snapshots_to_file(const HChar* massif_out_file, in write_snapshots_to_file() argument
2266 fp = VG_(fopen)(massif_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY, in write_snapshots_to_file()
2271 VG_(umsg)("error: can't open output file '%s'\n", massif_out_file ); in write_snapshots_to_file()
2313 HChar* massif_out_file = in write_snapshots_array_to_file() local
2315 write_snapshots_to_file (massif_out_file, snapshots, next_snapshot_i); in write_snapshots_array_to_file()
2316 VG_(free)(massif_out_file); in write_snapshots_array_to_file()