Searched refs:AllocatorT (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096, 140 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> { 312 AllocatorT Allocator; 418 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 420 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() argument 435 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 437 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Allocator.h | 139 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096, 143 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> { 390 AllocatorT Allocator; 501 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 503 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() argument 518 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 520 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | AllocatorList.h | 34 template <class T, class AllocatorT> class AllocatorList : AllocatorT { 51 AllocatorT &getAlloc() { return *this; } in getAlloc() 52 const AllocatorT &getAlloc() const { return *this; } in getAlloc() 141 : AllocatorT(std::move(X.getAlloc())), List(std::move(X.List)) {} in AllocatorList()
|
/third_party/skia/src/core/ |
D | SkBlockAllocator.h | 695 using AllocatorT = variable 699 BlockIter(AllocatorT* allocator) : fAllocator(allocator) {} in BlockIter() 737 AllocatorT* fAllocator;
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4770 template<typename T, typename AllocatorT> 4776 VmaVector(const AllocatorT& allocator) : in VmaVector() 4784 VmaVector(size_t count, const AllocatorT& allocator) : in VmaVector() 4794 VmaVector(size_t count, const T& value, const AllocatorT& allocator) in VmaVector() 4797 VmaVector(const VmaVector<T, AllocatorT>& src) : in VmaVector() 4814 VmaVector& operator=(const VmaVector<T, AllocatorT>& rhs) 4972 AllocatorT m_Allocator; 5033 template<typename T, typename AllocatorT, size_t N> 5039 VmaSmallVector(const AllocatorT& allocator) : in VmaSmallVector() 5044 VmaSmallVector(size_t count, const AllocatorT& allocator) : in VmaSmallVector() [all …]
|