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

/external/strace/
H A Dutil.c762 unsigned int outstr_size = 4 * max_strlen + /*for quotes and NUL:*/ 3; local
764 if (outstr_size / 4 != max_strlen)
769 outstr = malloc(outstr_size);

Completed in 373 milliseconds