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

Method getMemStepSize

src/backend/common/DefaultMemoryManager.cpp:376–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376size_t DefaultMemoryManager::getMemStepSize() {
377 lock_guard_t lock(this->memory_mutex);
378 return this->mem_step_size;
379}
380
381void DefaultMemoryManager::setMemStepSize(size_t new_step_size) {
382 lock_guard_t lock(this->memory_mutex);

Callers 4

getMemStepSizeFunction · 0.45
getMemStepSizeFunction · 0.45
getMemStepSizeFunction · 0.45
getMemStepSizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected