Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ getChildCount
Method
getChildCount
bolt/common/memory/MemoryPool.cpp:339–342 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
}
338
339
uint64_t MemoryPool::getChildCount() const {
340
std::shared_lock guard{poolMutex_};
341
return children_.size();
342
}
343
344
void MemoryPool::visitChildren(
345
const std::function<bool(MemoryPool*)>& visitor) const {
Callers
5
numPools
Method · 0.80
findLeavesOf
Method · 0.80
TEST_P
Function · 0.80
TEST_F
Function · 0.80
TEST
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
4
findLeavesOf
Method · 0.64
TEST_P
Function · 0.64
TEST_F
Function · 0.64
TEST
Function · 0.64