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

Method TearDown

test/memory.cpp:856–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

854 }
855
856 void TearDown() override {
857 af_device_gc();
858 af_unset_memory_manager();
859 af_release_memory_manager(manager);
860 }
861};
862
863TEST_F(MemoryManagerApi, E2ETest1D) {

Callers

nothing calls this directly

Calls 3

af_device_gcFunction · 0.50
af_unset_memory_managerFunction · 0.50

Tested by

no test coverage detected