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

Function getMemoryPressureThreshold

src/backend/cpu/memory.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace cpu {
33float getMemoryPressure() { return memoryManager().getMemoryPressure(); }
34float getMemoryPressureThreshold() {
35 return memoryManager().getMemoryPressureThreshold();
36}
37
38bool jitTreeExceedsMemoryPressure(size_t bytes) {
39 return memoryManager().jitTreeExceedsMemoryPressure(bytes);

Callers 2

passesJitHeuristicsFunction · 0.70
enqueueMethod · 0.70

Calls 1

Tested by

no test coverage detected