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

Function af_memory_manager_set_signal_memory_cleanup_fn

src/api/c/memory.cpp:609–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609af_err af_memory_manager_set_signal_memory_cleanup_fn(
610 af_memory_manager handle, af_memory_manager_signal_memory_cleanup_fn fn) {
611 try {
612 MemoryManager &manager = getMemoryManager(handle);
613 manager.signal_memory_cleanup_fn = fn;
614 }
615 CATCHALL;
616
617 return AF_SUCCESS;
618}
619
620af_err af_memory_manager_set_print_info_fn(af_memory_manager handle,
621 af_memory_manager_print_info_fn fn) {

Callers 2

SetUpMethod · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected