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

Function omtestAddr

omalloc/omDebug.c:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 return _omDebugAddr(addr,(void*)(size),OM_FSIZE|OM_FSLOPPY,OM_CLFL);
63}
64omError_t omtestAddr(void* addr, int check_level)
65{
66 return _omDebugAddr(addr,NULL, OM_FSLOPPY, OM_CLFL);
67}
68
69omError_t omTestAddrAlignedBin(void* addr, omBin bin, int check_level)
70{

Callers

nothing calls this directly

Calls 1

_omDebugAddrFunction · 0.85

Tested by

no test coverage detected