MCPcopy Create free account
hub / github.com/creatale/node-dv / FreeBuckets

Function FreeBuckets

deps/tesseract/classify/cluster.cpp:2171–2175  ·  view source on GitHub ↗

* This routine properly frees the memory used by a BUCKETS. * * @param buckets pointer to data structure to be freed */

Source from the content-addressed store, hash-verified

2169 * @param buckets pointer to data structure to be freed
2170 */
2171void FreeBuckets(BUCKETS *buckets) {
2172 Efree(buckets->Count);
2173 Efree(buckets->ExpectedCount);
2174 Efree(buckets);
2175} // FreeBuckets
2176
2177/**
2178 * This routine frees the memory consumed by the specified

Callers 1

FreeClustererFunction · 0.85

Calls 1

EfreeFunction · 0.85

Tested by

no test coverage detected