OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alloc_str
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/util/ui/browsers/
hists.c
392
char ipstr[BITS_PER_LONG / 4 + 1], *
alloc_str
;
local
408
alloc_str
= NULL;
413
if (asprintf(&
alloc_str
, "%2.2f%% %s", percent, str) < 0)
416
str =
alloc_str
;
432
free(
alloc_str
);
Completed in 58 milliseconds