Home
last modified time | relevance | path

Searched refs:index_in_overflow_blocks (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/native/utils/base/
Darena.cc354 int index_in_overflow_blocks = index - TC3_ARRAYSIZE(first_blocks_); in AllocNewBlock() local
355 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()