MCPcopy Create free account
hub / github.com/devosoft/avida / empty

Method empty

libs/tcmalloc-1.4/src/thread_cache.h:194–196  ·  view source on GitHub ↗

Is list empty?

Source from the content-addressed store, hash-verified

192
193 // Is list empty?
194 bool empty() const {
195 return list_ == NULL;
196 }
197
198 // Low-water mark management
199 int lowwatermark() const { return lowater_; }

Callers 7

HasOpinionMethod · 0.80
FetchFromCentralCacheMethod · 0.80
AllocateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected