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

Function _omDebugBin

omalloc/omDebug.c:293–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 return _omCheckMemory(check, omError_NoError,OM_FLR_VAL);
292}
293omError_t _omDebugBin(omBin bin, OM_CFL_DECL)
294{
295 OM_R_DEF;
296 return _omCheckBin(bin, 1, MAX(check, om_Opts.MinCheck), omError_NoError,OM_FLR_VAL);
297}
298
299/*******************************************************************
300 *

Callers 1

omTestBinFunction · 0.85

Calls 1

_omCheckBinFunction · 0.85

Tested by

no test coverage detected