MCPcopy Create free account
hub / github.com/couchbase/fleece / stringBytesCount

Method stringBytesCount

Fleece/Support/ConcurrentMap.cc:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124
125 int ConcurrentMap::stringBytesCount() const {
126 return int(_heap.allocated() - (_keysOffset + kMinKeyOffset));
127 }
128
129
130 __hot

Callers 1

SupportTests.ccFile · 0.80

Calls 1

allocatedMethod · 0.80

Tested by

no test coverage detected