MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / threshold

Method threshold

thread/stack-allocator.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 return count;
140 }
141 size_t threshold(size_t x) {
142 trim_threshold = x;
143 return trim_threshold;
144 }
145};
146
147template <size_t MIN_ALLOCATION_SIZE, size_t MAX_ALLOCATION_SIZE>

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected