MCPcopy Create free account
hub / github.com/beefytech/Beef / lowwatermark

Method lowwatermark

BeefRT/gperftools/src/thread_cache.h:209–209  ·  view source on GitHub ↗

Low-water mark management

Source from the content-addressed store, hash-verified

207
208 // Low-water mark management
209 int lowwatermark() const { return lowater_; }
210 void clear_lowwatermark() { lowater_ = length_; }
211
212 void Push(void* ptr) {

Callers 1

ScavengeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected