HomeSort by: relevance | last modified time | path
    Searched defs:Recycler (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Recycler.h 1 //==- llvm/Support/Recycler.h - Recycling Allocator --------------*- C++ -*-==//
9 // This file defines the Recycler class template. See the doxygen comment for
10 // Recycler for more details.
29 /// Recycler - This class manages a linked-list of deallocated nodes
34 class Recycler {
57 ~Recycler() {
60 // clear() before deleting the Recycler.
61 assert(!FreeList && "Non-empty recycler deleted!");
65 /// recycler must be free of any tracked allocations before being
85 "Recycler allocation alignment is less than object align!")
    [all...]

Completed in 35 milliseconds