MCPcopy 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

resolveFunctionMethod · 0.45
reclaimMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36