Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getMemoryPressure
Function
getMemoryPressure
src/backend/cpu/memory.cpp:33–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
namespace arrayfire {
32
namespace cpu {
33
float getMemoryPressure() { return memoryManager().getMemoryPressure(); }
34
float getMemoryPressureThreshold() {
35
return memoryManager().getMemoryPressureThreshold();
36
}
Callers
2
passesJitHeuristics
Function · 0.70
enqueue
Method · 0.70
Calls
1
getMemoryPressure
Method · 0.45
Tested by
no test coverage detected