MCPcopy Create free account
hub / github.com/chen3feng/toft / ByteSize

Method ByteSize

container/bitmap.h:153–156  ·  view source on GitHub ↗

Return memory size in bytes, include padding bits

Source from the content-addressed store, hash-verified

151
152 /// Return memory size in bytes, include padding bits
153 size_t ByteSize() const
154 {
155 return WordSize() * sizeof(WordType);
156 }
157
158 /// Get a bit at specified index
159 bool GetAt(IndexType index) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected