Home
last modified time | relevance | path

Searched defs:ItemsGroup (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DArrayList.h104 struct ItemsGroup { struct
105 using ArrayTy = std::array<T, ItemsGroupSize>; argument
111 std::atomic<ItemsGroup *> Next = nullptr; argument
131 bool allocateNewGroup(std::atomic<ItemsGroup *> &AtomicGroup) { in allocateNewGroup() argument