MCPcopy 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}
94omError_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

omCheckCellsFunction · 0.85
kStdFunction · 0.85

Calls 1

_omDebugMemoryFunction · 0.85

Tested by 1

omCheckCellsFunction · 0.68