| 768 | } |
| 769 | |
| 770 | void HashStringAllocator::checkEmpty() const { |
| 771 | BOLT_CHECK_EQ(0, sizeFromPool_); |
| 772 | BOLT_CHECK_EQ(0, checkConsistency()); |
| 773 | } |
| 774 | |
| 775 | // Note that, make sure that you have compare the prefix via bswap |
| 776 | // no bswap opt in this function. |
no outgoing calls
no test coverage detected