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

Method objSize

be/src/codegen/llvm-codegen-object-cache.cc:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76size_t CodeGenObjectCache::objSize() {
77 size_t sz = sizeof(CodeGenObjectCache);
78 if (cached_obj_ == nullptr) return sz;
79 return cached_obj_->getMemBufferRef().getBufferSize() + sz;
80}
81} // namespace impala

Callers 3

CheckObjCacheExistsMethod · 0.80
GetMemChargeMethod · 0.80
StoreInternalMethod · 0.80

Calls

no outgoing calls

Tested by 2

CheckObjCacheExistsMethod · 0.64
GetMemChargeMethod · 0.64