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

Function omTestAddrBin

omalloc/omDebug.c:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 *******************************************************************/
39#define OM_CLFL check_level OM_FL_KOMMA OM_FL
40omError_t omTestAddrBin(void* addr, omBin bin, int check_level)
41{
42 return _omDebugAddr(addr,bin,OM_FBIN,OM_CLFL);
43}
44omError_t omTestBinAddrSize(void* addr, size_t size, int check_level)
45{
46 return _omDebugAddr(addr,(void*)(size),OM_FSIZE|OM_FBINADDR,OM_CLFL);

Callers

nothing calls this directly

Calls 1

_omDebugAddrFunction · 0.85

Tested by

no test coverage detected