8923d72252
The C++ string concatenation operator is inefficient because it always allocates a new string, even in cases where std::string::apppend() does not allocate a new string. Hence this patch that replaces string concatenation with a call to std::string::append(). Bug: 213617178 Test: Booted Android in Cuttlefish. Change-Id: I79bdb89e957d3cfb40e48ef00c3e5576b4f533a5 Signed-off-by: Bart Van Assche <bvanassche@google.com> |
||
---|---|---|
.. | ||
cgrouprc | ||
cgrouprc_format | ||
include/processgroup | ||
profiles | ||
setup | ||
tools | ||
Android.bp | ||
cgroup_map.cpp | ||
cgroup_map.h | ||
OWNERS | ||
processgroup.cpp | ||
sched_policy.cpp | ||
task_profiles.cpp | ||
task_profiles.h |