Searched refs:ffn (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/cachegrind/
H A Dcg_merge.c249 FileFn* ffn = malloc(sizeof(FileFn)); local
250 if (ffn == NULL)
252 ffn->fi_name = file_name;
253 ffn->fn_name = fn_name;
254 return ffn;
257 static void ddel_FileFn ( FileFn* ffn )
259 if (ffn->fi_name)
260 free(ffn->fi_name);
261 if (ffn->fn_name)
262 free(ffn
[all...]
/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c577 void llvm_gcov_init(writeout_fn wfn, flush_fn ffn) { argument
583 if (ffn)
584 llvm_register_flush_function(ffn);

Completed in 245 milliseconds