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

/external/libchrome/base/trace_event/
H A Dtrace_event_impl.cc25 size_t GetAllocLength(const char* str) { return str ? strlen(str) + 1 : 0; } function in namespace:base::trace_event::__anon9184
129 alloc_size += GetAllocLength(name);
131 alloc_size += GetAllocLength(arg_names_[i]);
146 alloc_size += GetAllocLength(arg_values_[i].as_string);

Completed in 49 milliseconds