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