MCPcopy Create free account
hub / github.com/Singular/Singular / _omDebugMemory

Function _omDebugMemory

omalloc/omDebug.c:286–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 OM_FUSED|flags,check,omError_NoError,OM_FLR_VAL);
285}
286omError_t _omDebugMemory(OM_CFL_DECL)
287{
288 OM_R_DEF;
289 check = MAX(check,om_Opts.MinCheck);
290 check = MIN(check,om_Opts.MaxCheck);
291 return _omCheckMemory(check, omError_NoError,OM_FLR_VAL);
292}
293omError_t _omDebugBin(omBin bin, OM_CFL_DECL)
294{
295 OM_R_DEF;

Callers 1

omTestMemoryFunction · 0.85

Calls 1

_omCheckMemoryFunction · 0.85

Tested by

no test coverage detected