Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ Allocator
Method
Allocator
src/backend/opencl/memory.cpp:186–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
Allocator::Allocator() { logger = common::loggerFactory(
"mem"
); }
187
188
void Allocator::shutdown() {
189
for (int n = 0; n < opencl::getDeviceCount(); n++) {
Callers
nothing calls this directly
Calls
1
loggerFactory
Function · 0.85
Tested by
no test coverage detected