MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / releaseArrays

Method releaseArrays

test/wrap.cpp:352–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350 }
351
352 void releaseArrays() {
353 if (this->in_ != 0) { ASSERT_SUCCESS(af_release_array(this->in_)); }
354 if (this->gold_ != 0) { ASSERT_SUCCESS(af_release_array(this->gold_)); }
355 }
356};
357
358TYPED_TEST_SUITE(WrapV2, TestTypes);

Callers 1

SetUpMethod · 0.45

Calls 1

af_release_arrayFunction · 0.50

Tested by

no test coverage detected