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

Function omTestBinAddr

omalloc/omDebug.c:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 return _omDebugAddr(addr,(void*)(size),OM_FSIZE,OM_CLFL);
51}
52omError_t omTestBinAddr(void* addr, int check_level)
53{
54 return _omDebugAddr(addr,NULL, OM_FBINADDR, OM_CLFL);
55}
56omError_t omTestAddr(void* addr, int check_level)
57{
58 return _omDebugAddr(addr,NULL, 0, OM_CLFL);

Callers

nothing calls this directly

Calls 1

_omDebugAddrFunction · 0.85

Tested by

no test coverage detected