Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ kind
Method
kind
bolt/common/memory/tests/MemoryManagerTest.cpp:188–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
++numVisitedPools;
187
return false;
188
});
189
EXPECT_EQ(numVisitedPools, 1);
190
}
191
192
namespace {
193
class FakeTestArbitrator : public MemoryArbitrator {
Callers
6
setupMemory
Method · 0.45
TEST_P
Function · 0.45
setupMemory
Method · 0.45
setupAllocator
Method · 0.45
TEST_F
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected