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

Function memFree

src/backend/cpu/memory.cpp:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void memFree(void *ptr) { return memoryManager().unlock(ptr, false); }
72
73void memFreeUser(void *ptr) { memoryManager().unlock(ptr, true); }
74

Callers

nothing calls this directly

Calls 1

unlockMethod · 0.45

Tested by

no test coverage detected