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

Method front

be/src/gutil/ref_counted_memory.cc:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22RefCountedMemory::~RefCountedMemory() {}
23
24const unsigned char* RefCountedStaticMemory::front() const {
25 return data_;
26}
27
28size_t RefCountedStaticMemory::size() const {
29 return length_;

Callers 15

SignTokenMethod · 0.80
IsCurrentKeyValidMethod · 0.80
CheckNeedKeyMethod · 0.80
TryRotateKeyMethod · 0.80
ShutdownMethod · 0.80
ShutdownInternalMethod · 0.80
AsyncHandlerMethod · 0.80
ShutdownMethod · 0.80
TEST_FFunction · 0.80
BlockingGetMethod · 0.80
CallMethod · 0.80

Calls 3

sizeFunction · 0.50
emptyMethod · 0.45
dataMethod · 0.45

Tested by 4

TEST_FFunction · 0.64
ConsumerThreadMethod · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64