Searched refs:MallocAllocator (Results 1 – 12 of 12) sorted by relevance
87 class MallocAllocator : public AllocatorBase<MallocAllocator> {96 using AllocatorBase<MallocAllocator>::Allocate;103 using AllocatorBase<MallocAllocator>::Deallocate;
61 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
19 class MallocAllocator; variable56 bool getHostCPUFeatures(StringMap<bool, MallocAllocator> &Features);
22 template <class AllocatorTy = MallocAllocator>
42 typename AllocatorTy = MallocAllocator>84 typename AllocatorTy = MallocAllocator>
109 template <typename ValueTy, typename AllocatorTy = MallocAllocator>
86 MallocAllocator Allocator; in reinsertValue()
143 MallocAllocator Allocator; in destroyValueName()354 MallocAllocator Allocator; in setNameImpl()
173 using PoolAllocTy = llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator>;
58 typedef llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, AllocatorSlabSize,
446 using AllocatorTy = BumpPtrAllocatorImpl<MallocAllocator, 65536>;
1020 StringSet<MallocAllocator> DSOSymbolsSet; in main()