Searched refs:PrimaryAllocator (Results 1 – 8 of 8) sorted by relevance
22 template <class PrimaryAllocator,26 using AllocatorCache = typename PrimaryAllocator::AllocatorCache;28 LargeMmapAllocator<typename PrimaryAllocator::MapUnmapCallback,30 typename PrimaryAllocator::AddressSpaceView>;196 PrimaryAllocator primary_;
67 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef86 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef102 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef117 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef131 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef144 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef146 typedef CombinedAllocator<PrimaryAllocator> Allocator;
91 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef92 typedef CombinedAllocator<PrimaryAllocator> Allocator;
67 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable 114 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;92 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; global() variable
60 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef62 typedef CombinedAllocator<PrimaryAllocator> Allocator;
72 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef88 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef90 typedef CombinedAllocator<PrimaryAllocator> Allocator;607 return HeapMemEnd() + PrimaryAllocator::AdditionalSize(); in HeapEnd()
65 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
560 bool from_primary = PrimaryAllocator::CanAllocate(needed_size, alignment); in Allocate()