| 109 | } |
| 110 | |
| 111 | uint64_t RamSearchModel::scanSize() |
| 112 | { |
| 113 | return memscanner.scan_size(); |
| 114 | } |
| 115 | |
| 116 | int RamSearchModel::newWatches(int mem_flags, int type, int alignment, CompareType ct, CompareOperator co, MemValueType cv, MemValueType dv, uintptr_t ba, uintptr_t ea) |
| 117 | { |
no test coverage detected