We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2750ec2 commit e10f4d4Copy full SHA for e10f4d4
cc/core/Mat.cc
@@ -175,7 +175,7 @@ NAN_METHOD(Mat::New) {
175
}
176
self->Wrap(info.Holder());
177
178
- // if ExternalMemTracking, the following instruction will be a no op
+ // if ExternalMemTracking is disabled, the following instruction will be a no op
179
// notes: I *think* New should be called in JS thread where cv::mat has been created async,
180
// so a good place to rationalise memory
181
ExternalMemTracking::onMatAllocated();
0 commit comments