MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / destruct

Method destruct

libCacheSim/dataStructure/sparsepp/spp.h:1252–1252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1250 ~sparsegroup() { assert(_group == 0); }
1251
1252 void destruct(allocator_type& a) { _free_group(a, _num_alloc()); }
1253
1254 // Many STL algorithms use swap instead of copy constructors
1255 void swap(sparsegroup& x)

Callers 2

_free_groupsMethod · 0.80
resizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected