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

Method setMemStepSize

src/backend/common/DefaultMemoryManager.cpp:381–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381void DefaultMemoryManager::setMemStepSize(size_t new_step_size) {
382 lock_guard_t lock(this->memory_mutex);
383 this->mem_step_size = new_step_size;
384}
385
386} // namespace common
387} // namespace arrayfire

Callers 4

setMemStepSizeFunction · 0.45
setMemStepSizeFunction · 0.45
setMemStepSizeFunction · 0.45
setMemStepSizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected