MCPcopy 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
186Allocator::Allocator() { logger = common::loggerFactory("mem"); }
187
188void Allocator::shutdown() {
189 for (int n = 0; n < opencl::getDeviceCount(); n++) {

Callers

nothing calls this directly

Calls 1

loggerFactoryFunction · 0.85

Tested by

no test coverage detected