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

Method signalMemoryCleanup

src/backend/common/DefaultMemoryManager.cpp:284–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284void DefaultMemoryManager::signalMemoryCleanup() {
285 cleanDeviceMemoryManager(this->getActiveDeviceId());
286}
287
288void DefaultMemoryManager::printInfo(const char *msg, const int device) {
289 UNUSED(device);

Callers 5

allocMethod · 0.95
signalMemoryCleanupFunction · 0.45
signalMemoryCleanupFunction · 0.45
signalMemoryCleanupFunction · 0.45
signalMemoryCleanupFunction · 0.45

Calls 1

getActiveDeviceIdMethod · 0.45

Tested by

no test coverage detected