Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
863
TEST_F(MemoryManagerApi, E2ETest1D) {
Callers
nothing calls this directly
Calls
3
af_device_gc
Function · 0.50
af_unset_memory_manager
Function · 0.50
af_release_memory_manager
Function · 0.50
Tested by
no test coverage detected