Searched refs:topIndex (Results 1 – 2 of 2) sorted by relevance
65 size_t topIndex = segmentState.parts.topIndex; in add() local82 assert(topIndex > 1); in add()85 slot = &table_[topIndex - 1]; in add()88 assert(slot >= table_ + prevState.parts.topIndex); in add()93 if (topIndex == alloc_entries_) { in add()95 if (topIndex == max_entries_) { in add()123 slot = &table_[topIndex++]; in add()124 segmentState.parts.topIndex = topIndex; in add()157 u4 topIndex = segmentState.parts.topIndex; in get() local159 if (index >= topIndex) { in get()[all …]
197 u4 topIndex:16; /* index of first unused entry */ member335 return segmentState.parts.topIndex; in capacity()