Searched refs:index_in_overflow_blocks (Results 1 – 1 of 1) sorted by relevance
352 int index_in_overflow_blocks = index - TC3_ARRAYSIZE(first_blocks_); in AllocNewBlock() local353 TC3_CHECK_GE(index_in_overflow_blocks, 0); in AllocNewBlock()354 TC3_CHECK_LT(static_cast<size_t>(index_in_overflow_blocks), in AllocNewBlock()356 return &(*overflow_blocks_)[index_in_overflow_blocks]; in AllocNewBlock()