HomeSort by relevance Sort by last modified time
    Searched defs:RecyclingAllocator (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
RecyclingAllocator.h 1 //==- llvm/Support/RecyclingAllocator.h - Recycling Allocator ----*- C++ -*-==//
10 // This file defines the RecyclingAllocator class. See the doxygen comment for
11 // RecyclingAllocator for more details on the implementation.
22 /// RecyclingAllocator - This class wraps an Allocator, adding the
27 class RecyclingAllocator {
38 ~RecyclingAllocator() { Base.clear(Allocator); }
64 llvm::RecyclingAllocator<AllocatorType,
72 llvm::RecyclingAllocator<AllocatorType,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
RecyclingAllocator.h 1 //==- llvm/Support/RecyclingAllocator.h - Recycling Allocator ----*- C++ -*-==//
10 // This file defines the RecyclingAllocator class. See the doxygen comment for
11 // RecyclingAllocator for more details on the implementation.
22 /// RecyclingAllocator - This class wraps an Allocator, adding the
27 class RecyclingAllocator {
38 ~RecyclingAllocator() { Base.clear(Allocator); }
61 llvm::RecyclingAllocator<AllocatorType,
68 llvm::RecyclingAllocator<AllocatorType,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
RecyclingAllocator.h 1 //==- llvm/Support/RecyclingAllocator.h - Recycling Allocator ----*- C++ -*-==//
10 // This file defines the RecyclingAllocator class. See the doxygen comment for
11 // RecyclingAllocator for more details on the implementation.
22 /// RecyclingAllocator - This class wraps an Allocator, adding the
27 class RecyclingAllocator {
38 ~RecyclingAllocator() { Base.clear(Allocator); }
64 llvm::RecyclingAllocator<AllocatorType,
72 llvm::RecyclingAllocator<AllocatorType,

Completed in 71 milliseconds