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