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

Function af_memory_manager_set_print_info_fn

src/api/c/memory.cpp:620–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618}
619
620af_err af_memory_manager_set_print_info_fn(af_memory_manager handle,
621 af_memory_manager_print_info_fn fn) {
622 try {
623 MemoryManager &manager = getMemoryManager(handle);
624 manager.print_info_fn = fn;
625 }
626 CATCHALL;
627
628 return AF_SUCCESS;
629}
630
631af_err af_memory_manager_set_user_lock_fn(af_memory_manager handle,
632 af_memory_manager_user_lock_fn fn) {

Callers 2

SetUpMethod · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected