reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/Support/Allocator.h
   94 class MallocAllocator : public AllocatorBase<MallocAllocator> {
  139 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
unittests/Support/AllocatorTest.cpp
  139 class MockSlabAllocator {