Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ priority
Method
priority
bolt/common/memory/Memory.cpp:125–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
void leaveArbitration() noexcept override {}
124
125
int32_t priority() const override {
126
return 0;
127
}
128
129
bool reclaimableBytes(const MemoryPool& pool, uint64_t& reclaimableBytes)
130
const override {
Callers
5
resolveFunction
Method · 0.45
sortAndGroupSpillCandidates
Method · 0.45
sortAndGroupAbortCandidates
Method · 0.45
reclaim
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36