MCPcopy Create free account
hub / github.com/bytedance/bolt / toString

Method toString

bolt/common/memory/sparksql/NativeMemoryManagerFactory.cpp:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95std::string ListenableArbitrator::toString() const {
96 return fmt::format(
97 "ARBITRATOR[{}] CAPACITY {} {}",
98 kind_,
99 bolt::succinctBytes(capacity()),
100 stats().toString());
101}
102
103bool ListenableArbitrator::growPoolLocked(
104 bolt::memory::MemoryPool* pool,

Callers 2

growPoolLockedMethod · 0.45
tryDestructSafeMethod · 0.45

Calls 2

succinctBytesFunction · 0.85
capacityFunction · 0.85

Tested by

no test coverage detected