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

Function signalMemoryCleanup

src/backend/cuda/memory.cpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51size_t getMemStepSize() { return memoryManager().getMemStepSize(); }
52
53void signalMemoryCleanup() { memoryManager().signalMemoryCleanup(); }
54
55void shutdownMemoryManager() { memoryManager().shutdown(); }
56

Callers

nothing calls this directly

Calls 1

signalMemoryCleanupMethod · 0.45

Tested by

no test coverage detected