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

Function af_get_mem_step_size

src/api/c/memory.cpp:370–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370af_err af_get_mem_step_size(size_t *step_bytes) {
371 try {
372 *step_bytes = detail::getMemStepSize();
373 }
374 CATCHALL;
375 return AF_SUCCESS;
376}
377
378////////////////////////////////////////////////////////////////////////////////
379// Memory Manager API

Callers 1

getMemStepSizeFunction · 0.50

Calls 1

getMemStepSizeFunction · 0.50

Tested by

no test coverage detected