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

Function jitTreeExceedsMemoryPressure

src/backend/cpu/memory.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38bool jitTreeExceedsMemoryPressure(size_t bytes) {
39 return memoryManager().jitTreeExceedsMemoryPressure(bytes);
40}
41
42void setMemStepSize(size_t step_bytes) {
43 memoryManager().setMemStepSize(step_bytes);

Callers 1

passesJitHeuristicsFunction · 0.70

Calls 1

Tested by

no test coverage detected