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

Method Destroy

container/bloom_filter.cpp:166–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void BloomFilter::Destroy()
167{
168 if (m_own_bitmap)
169 {
170 free(m_bitmap);
171 }
172 InitialClear();
173}
174
175void BloomFilter::CheckBitmapSize(size_t byte_size)
176{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected