MCPcopy Create free account
hub / github.com/apache/impala / GetAllocLength

Function GetAllocLength

be/src/kudu/util/debug/trace_event_impl.cc:496–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494namespace {
495
496size_t GetAllocLength(const char* str) { return str ? strlen(str) + 1 : 0; }
497
498// Copies |*member| into |*buffer|, sets |*member| to point to this new
499// location, and then advances |*buffer| by the amount written.

Callers 1

InitializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected