HomeSort by relevance Sort by last modified time
    Searched refs:SlabAllocator (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
Allocator.h 59 /// SlabAllocator - This class can be used to parameterize the underlying
64 class SlabAllocator {
66 virtual ~SlabAllocator();
74 class MallocSlabAllocator : public SlabAllocator {
105 SlabAllocator &Allocator;
141 SlabAllocator &allocator = DefaultSlabAllocator);
193 SlabAllocator &allocator = BumpPtrAllocator::DefaultSlabAllocator)
  /external/llvm/lib/Support/
Allocator.cpp 24 SlabAllocator &allocator)
165 SlabAllocator::~SlabAllocator() { }
  /external/llvm/unittests/Support/
AllocatorTest.cpp 106 class MockSlabAllocator : public SlabAllocator {
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 268 class JITSlabAllocator : public SlabAllocator {
    [all...]

Completed in 154 milliseconds