Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_event_impl.cc27 size_t GetAllocLength(const char* str) { return str ? strlen(str) + 1 : 0; } in GetAllocLength() function
136 alloc_size += GetAllocLength(name) + GetAllocLength(scope); in Initialize()
138 alloc_size += GetAllocLength(arg_names_[i]); in Initialize()
153 alloc_size += GetAllocLength(arg_values_[i].as_string); in Initialize()