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