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

Function omTestAddrAlignedSize

omalloc/omDebug.c:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
76}
77omError_t omTestAddrAligned(void* addr, int check_level)
78{
79 return _omDebugAddr(addr,NULL, OM_FALIGN, OM_CLFL);

Callers

nothing calls this directly

Calls 1

_omDebugAddrFunction · 0.85

Tested by

no test coverage detected