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

Function af_unset_memory_manager

src/api/c/memory.cpp:428–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428af_err af_unset_memory_manager() {
429 try {
430 detail::resetMemoryManager();
431 }
432 CATCHALL;
433
434 return AF_SUCCESS;
435}
436
437af_err af_set_memory_manager_pinned(af_memory_manager mgr) {
438 try {

Callers 2

TearDownMethod · 0.50
TESTFunction · 0.50

Calls 1

resetMemoryManagerFunction · 0.50

Tested by

no test coverage detected