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

Function af_set_mem_step_size

src/api/c/memory.cpp:362–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362af_err af_set_mem_step_size(const size_t step_bytes) {
363 try {
364 detail::setMemStepSize(step_bytes);
365 }
366 CATCHALL;
367 return AF_SUCCESS;
368}
369
370af_err af_get_mem_step_size(size_t *step_bytes) {
371 try {

Callers 1

setMemStepSizeFunction · 0.50

Calls 1

setMemStepSizeFunction · 0.50

Tested by

no test coverage detected