Searched defs:ItemsGroup (Results 1 – 1 of 1) sorted by relevance
104 struct ItemsGroup { struct105 using ArrayTy = std::array<T, ItemsGroupSize>; argument111 std::atomic<ItemsGroup *> Next = nullptr; argument131 bool allocateNewGroup(std::atomic<ItemsGroup *> &AtomicGroup) { in allocateNewGroup() argument