/third_party/node/deps/v8/src/heap/cppgc/ |
D | allocation.cc | 36 CPPGC_FORCE_ALWAYS_INLINE void* MakeGarbageCollectedTraitInternal::Allocate( in Allocate() function in cppgc::internal::MakeGarbageCollectedTraitInternal 44 CPPGC_FORCE_ALWAYS_INLINE void* MakeGarbageCollectedTraitInternal::Allocate( in Allocate() function in cppgc::internal::MakeGarbageCollectedTraitInternal 54 CPPGC_FORCE_ALWAYS_INLINE void* MakeGarbageCollectedTraitInternal::Allocate( in Allocate() function in cppgc::internal::MakeGarbageCollectedTraitInternal 64 CPPGC_FORCE_ALWAYS_INLINE void* MakeGarbageCollectedTraitInternal::Allocate( in Allocate() function in cppgc::internal::MakeGarbageCollectedTraitInternal
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_memory.cpp | 67 void dng_memory_data::Allocate (uint32 size) in Allocate() function in dng_memory_data 90 void dng_memory_data::Allocate (uint32 count, std::size_t elementSize) in Allocate() function in dng_memory_data 218 dng_memory_block * dng_memory_allocator::Allocate (uint32 size) in Allocate() function in dng_memory_allocator
|
D | dng_string_list.cpp | 46 void dng_string_list::Allocate (uint32 minSize) in Allocate() function in dng_string_list
|
D | dng_ref_counted_block.cpp | 55 void dng_ref_counted_block::Allocate (uint32 size) in Allocate() function in dng_ref_counted_block
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | RecyclingAllocator.h | 43 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } in Allocate() function 45 T *Allocate() { return Base.Allocate(Allocator); } in Allocate() function
|
D | Recycler.h | 83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() function 93 T *Allocate(AllocatorType &Allocator) { in Allocate() function
|
D | Allocator.h | 51 void *Allocate(size_t Size, size_t Alignment) { in Allocate() function 98 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, in Allocate() function 215 Allocate(size_t Size, Align Alignment) { in Allocate() function 271 Allocate(size_t Size, size_t Alignment) { in Allocate() function
|
/third_party/node/deps/v8/src/heap/ |
D | free-list.cc | 212 FreeSpace FreeListMany::Allocate(size_t size_in_bytes, size_t* node_size, in Allocate() function in v8::internal::FreeListMany 305 FreeSpace FreeListManyCached::Allocate(size_t size_in_bytes, size_t* node_size, in Allocate() function in v8::internal::FreeListManyCached 344 FreeSpace FreeListManyCachedFastPath::Allocate(size_t size_in_bytes, in Allocate() function in v8::internal::FreeListManyCachedFastPath 410 FreeSpace FreeListManyCachedOrigin::Allocate(size_t size_in_bytes, in Allocate() function in v8::internal::FreeListManyCachedOrigin
|
D | evacuation-allocator-inl.h | 15 AllocationResult EvacuationAllocator::Allocate(AllocationSpace space, in Allocate() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 48 void *Allocate(size_t Size, size_t Alignment) { in Allocate() function 95 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, in Allocate() function 212 Allocate(size_t Size, size_t Alignment) { in Allocate() function
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CommandAllocator.h | 164 T* Allocate(E commandId) { in Allocate() function 206 DAWN_FORCE_INLINE uint8_t* Allocate(uint32_t commandId, in Allocate() function
|
D | RingBufferAllocator.cpp | 64 uint64_t RingBufferAllocator::Allocate(uint64_t allocationSize, ExecutionSerial serial) { in Allocate() function in dawn_native::RingBufferAllocator
|
D | BuddyMemoryAllocator.cpp | 40 ResultOrError<ResourceMemoryAllocation> BuddyMemoryAllocator::Allocate(uint64_t allocationSize, in Allocate() function in dawn_native::BuddyMemoryAllocator
|
D | DynamicUploader.cpp | 115 ResultOrError<UploadHandle> DynamicUploader::Allocate(uint64_t allocationSize, in Allocate() function in dawn_native::DynamicUploader
|
D | BuddyAllocator.cpp | 139 uint64_t BuddyAllocator::Allocate(uint64_t allocationSize, uint64_t alignment) { in Allocate() function in dawn_native::BuddyAllocator
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDeviceMemory.cpp | 85 VkResult DeviceMemory::Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo… in Allocate() function in vk::DeviceMemory 106 VkResult DeviceMemory::Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo… in Allocate() function in vk::DeviceMemory
|
/third_party/node/deps/v8/src/codegen/ |
D | aligned-slot-allocator.cc | 21 int AlignedSlotAllocator::Allocate(int n) { in Allocate() function in v8::internal::AlignedSlotAllocator
|
/third_party/node/deps/v8/src/objects/ |
D | managed-inl.h | 17 Handle<Managed<CppType>> Managed<CppType>::Allocate(Isolate* isolate, in Allocate() function
|
D | ordered-hash-table.cc | 20 MaybeHandle<Derived> OrderedHashTable<Derived, entrysize>::Allocate( in Allocate() function in v8::internal::OrderedHashTable 514 MaybeHandle<OrderedHashSet> OrderedHashSet::Allocate( in Allocate() function in v8::internal::OrderedHashSet 520 MaybeHandle<OrderedHashMap> OrderedHashMap::Allocate( in Allocate() function in v8::internal::OrderedHashMap 526 MaybeHandle<OrderedNameDictionary> OrderedNameDictionary::Allocate( in Allocate() function in v8::internal::OrderedNameDictionary 651 SmallOrderedHashTable<SmallOrderedHashSet>::Allocate( in Allocate() function in v8::internal::SmallOrderedHashTable 658 SmallOrderedHashTable<SmallOrderedHashMap>::Allocate( in Allocate() function in v8::internal::SmallOrderedHashTable 665 SmallOrderedHashTable<SmallOrderedNameDictionary>::Allocate( in Allocate() function in v8::internal::SmallOrderedHashTable 1082 OrderedHashTableHandler<SmallTable, LargeTable>::Allocate(Isolate* isolate, in Allocate() function in v8::internal::OrderedHashTableHandler
|
/third_party/gn/src/gn/ |
D | resolved_target_deps.h | 65 static std::unique_ptr<const Target* []> Allocate( in Allocate() function
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | resource9.c | 39 BOOL Allocate, in NineResource9_ctor()
|
/third_party/node/deps/v8/src/sandbox/ |
D | external-pointer-table-inl.h | 82 uint32_t ExternalPointerTable::Allocate() { in Allocate() function
|
/third_party/node/deps/v8/src/compiler/ |
D | allocation-builder-inl.h | 18 void AllocationBuilder::Allocate(int size, AllocationType allocation, in Allocate() function
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | SlabAllocator.h | 174 T* Allocate(Args&&... args) { in Allocate() function
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DescriptorSetAllocator.cpp | 82 ResultOrError<DescriptorSetAllocation> DescriptorSetAllocator::Allocate() { in Allocate() function in dawn_native::vulkan::DescriptorSetAllocator
|