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

Method empty

BeefTools/BeefMem/gperftools/src/thread_cache.h:204–206  ·  view source on GitHub ↗

Is list empty?

Source from the content-addressed store, hash-verified

202
203 // Is list empty?
204 bool empty() const {
205 return list_ == NULL;
206 }
207
208 // Low-water mark management
209 int lowwatermark() const { return lowater_; }

Callers 15

mainFunction · 0.45
FetchFromCentralCacheMethod · 0.45
TurnItselfOffLockedMethod · 0.45
AllocateMethod · 0.45
InvokeNewHookMethod · 0.45
InvokeDeleteHookMethod · 0.45
InvokePreMmapHookMethod · 0.45

Calls

no outgoing calls

Tested by 6

UpdateObjectMethod · 0.36
FreeObjectMethod · 0.36
DeleteHeapMethod · 0.36
ShrinkHeapMethod · 0.36
PassObjectMethod · 0.36
PermuteFunction · 0.36