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

Function omTestAddrAlignedBin

omalloc/omDebug.c:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69omError_t omTestAddrAlignedBin(void* addr, omBin bin, int check_level)
70{
71 return _omDebugAddr(addr,bin,OM_FBIN|OM_FALIGN,OM_CLFL);
72}
73omError_t omTestAddrAlignedSize(void* addr, size_t size, int check_level)
74{
75 return _omDebugAddr(addr,(void*)(size),OM_FSIZE|OM_FALIGN,OM_CLFL);

Callers

nothing calls this directly

Calls 1

_omDebugAddrFunction · 0.85

Tested by

no test coverage detected