Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ omTestMemory
Function
omTestMemory
omalloc/omDebug.c:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
return _omDebugBin(bin, OM_CLFL);
93
}
94
omError_t omTestMemory(int check_level)
95
{
96
return _omDebugMemory(OM_CLFL);
97
}
98
99
#undef MAX
100
#define MAX(a,b) (a > b ? a : b)
Callers
2
omCheckCells
Function · 0.85
kStd
Function · 0.85
Calls
1
_omDebugMemory
Function · 0.85
Tested by
1
omCheckCells
Function · 0.68