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

/linux-master/tools/perf/util/
H A Dbuild-id.c924 char *allocated_name = NULL; local
938 ret = asprintf(&allocated_name, "%s/%s", root_dir, name);
942 name = allocated_name;
957 free(allocated_name);

Completed in 169 milliseconds