Searched defs:Recycler (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DRecycler.h1 //==- llvm/Support/Recycler.h - Recycling Allocator --------------*- C++ -*-==//
10 // This file defines the Recycler class template. See the doxygen comment for
11 // Recycler for more details.
29 /// RecyclerStruct - Implementation detail for Recycler. This is a
55 assert(0 && "Recycler's ilist_traits shouldn't see a deleteNode call!");
59 /// Recycler - This class manages a linked-list of deallocated nodes
64 class Recycler { class in namespace:llvm
71 ~Recycler() {
74 // clear() before deleting the Recycler.
92 "Recycler allocatio
[all...]

Completed in 71 milliseconds