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

Function omtestAddrAligned

omalloc/omDebug.c:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 return _omDebugAddr(addr,(void*)(size),OM_FSIZE|OM_FSLOPPY|OM_FALIGN,OM_CLFL);
84}
85omError_t omtestAddrAligned(void* addr, int check_level)
86{
87 return _omDebugAddr(addr,NULL, OM_FSLOPPY|OM_FALIGN, OM_CLFL);
88}
89
90omError_t omTestBin(omBin bin, int check_level)
91{

Callers

nothing calls this directly

Calls 1

_omDebugAddrFunction · 0.85

Tested by

no test coverage detected