Searched refs:CurItemsCount (Results 1 – 1 of 1) sorted by relevance
39 size_t CurItemsCount; in add() local42 CurItemsCount = CurGroup->ItemsCount.fetch_add(1); in add()45 if (CurItemsCount < ItemsGroupSize) in add()56 CurGroup->Items[CurItemsCount] = Item; in add()57 return CurGroup->Items[CurItemsCount]; in add()