Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
size_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
CheckObjCacheExists
Method · 0.80
GetMemCharge
Method · 0.80
StoreInternal
Method · 0.80
Calls
no outgoing calls
Tested by
2
CheckObjCacheExists
Method · 0.64
GetMemCharge
Method · 0.64