MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / Clear

Method Clear

src/core/growheap.cpp:162–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void cGrowHeap_i::Clear()
163{
164 for (HeapList::iterator i = mHeaps.begin(); i != mHeaps.end(); i++)
165 {
166 delete [] i->mpData;
167 }
168 mHeaps.clear();
169}
170
171//-----------------------------------------------------------------------------
172// cGrowHeap

Callers

nothing calls this directly

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected