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

Method ~TLSStorage

deps/opencv/modules/core/src/system.cpp:1208–1220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1206}
1207
1208TLSStorage::~TLSStorage()
1209{
1210 for (int i = 0; i < (int)tlsData_.size(); i++)
1211 {
1212 void*& data = tlsData_[i];
1213 if (data)
1214 {
1215 getTLSContainerStorage().destroyData(i, data);
1216 data = NULL;
1217 }
1218 }
1219 tlsData_.clear();
1220}
1221
1222} // namespace cv
1223

Callers

nothing calls this directly

Calls 3

destroyDataMethod · 0.80
sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected