Searched refs:ItemsCount (Results 1 – 1 of 1) sorted by relevance
42 CurItemsCount = CurGroup->ItemsCount.fetch_add(1); in add()117 std::atomic<size_t> ItemsCount = 0; member120 return std::min(ItemsCount.load(), ItemsGroupSize); in getItemsCount()136 NewGroup->ItemsCount = 0; in allocateNewGroup()