| 2547 | } |
| 2548 | |
| 2549 | void |
| 2550 | FabArrayBase::addThisBD () |
| 2551 | { |
| 2552 | m_bdkey = getBDKey(); |
| 2553 | int cnt = ++(m_BD_count[m_bdkey]); |
| 2554 | if (cnt == 1) { // new one |
| 2555 | m_FA_stats.recordMaxNumBoxArrays(static_cast<int>(m_BD_count.size())); |
| 2556 | } else { |
| 2557 | m_FA_stats.recordMaxNumBAUse(cnt); |
| 2558 | } |
| 2559 | } |
| 2560 | |
| 2561 | void |
| 2562 | FabArrayBase::updateBDKey () |
no test coverage detected