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

Function omtestAddrSize

omalloc/omDebug.c:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 return _omDebugAddr(addr,NULL, 0, OM_CLFL);
59}
60omError_t omtestAddrSize(void* addr, size_t size, int check_level)
61{
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);

Callers

nothing calls this directly

Calls 1

_omDebugAddrFunction · 0.85

Tested by

no test coverage detected