MCPcopy Create free account
hub / github.com/Illumina/hap.py / ~BatchAllocator

Method ~BatchAllocator

external/jsoncpp/jsoncpp.cpp:1088–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086 }
1087
1088 ~BatchAllocator() {
1089 for (BatchInfo *batch = batches_; batch;) {
1090 BatchInfo *nextBatch = batch->next_;
1091 free(batch);
1092 batch = nextBatch;
1093 }
1094 }
1095
1096 /// allocate space for an array of objectPerAllocation object.
1097 /// @warning it is the responsability of the caller to call objects

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected