Home
last modified time | relevance | path

Searched defs:Allocate (Results 1 – 25 of 72) sorted by relevance

123

/third_party/node/deps/v8/src/heap/cppgc/
Dallocation.cc36 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/
Ddng_memory.cpp67 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
Ddng_string_list.cpp46 void dng_string_list::Allocate (uint32 minSize) in Allocate() function in dng_string_list
Ddng_ref_counted_block.cpp55 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/
DRecyclingAllocator.h43 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } in Allocate() function
45 T *Allocate() { return Base.Allocate(Allocator); } in Allocate() function
DRecycler.h83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() function
93 T *Allocate(AllocatorType &Allocator) { in Allocate() function
DAllocator.h51 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/
Dfree-list.cc212 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
Devacuation-allocator-inl.h15 AllocationResult EvacuationAllocator::Allocate(AllocationSpace space, in Allocate() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h48 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/
DCommandAllocator.h164 T* Allocate(E commandId) { in Allocate() function
206 DAWN_FORCE_INLINE uint8_t* Allocate(uint32_t commandId, in Allocate() function
DRingBufferAllocator.cpp64 uint64_t RingBufferAllocator::Allocate(uint64_t allocationSize, ExecutionSerial serial) { in Allocate() function in dawn_native::RingBufferAllocator
DBuddyMemoryAllocator.cpp40 ResultOrError<ResourceMemoryAllocation> BuddyMemoryAllocator::Allocate(uint64_t allocationSize, in Allocate() function in dawn_native::BuddyMemoryAllocator
DDynamicUploader.cpp115 ResultOrError<UploadHandle> DynamicUploader::Allocate(uint64_t allocationSize, in Allocate() function in dawn_native::DynamicUploader
DBuddyAllocator.cpp139 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/
DVkDeviceMemory.cpp85 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/
Daligned-slot-allocator.cc21 int AlignedSlotAllocator::Allocate(int n) { in Allocate() function in v8::internal::AlignedSlotAllocator
/third_party/node/deps/v8/src/objects/
Dmanaged-inl.h17 Handle<Managed<CppType>> Managed<CppType>::Allocate(Isolate* isolate, in Allocate() function
Dordered-hash-table.cc20 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/
Dresolved_target_deps.h65 static std::unique_ptr<const Target* []> Allocate( in Allocate() function
/third_party/mesa3d/src/gallium/frontends/nine/
Dresource9.c39 BOOL Allocate, in NineResource9_ctor()
/third_party/node/deps/v8/src/sandbox/
Dexternal-pointer-table-inl.h82 uint32_t ExternalPointerTable::Allocate() { in Allocate() function
/third_party/node/deps/v8/src/compiler/
Dallocation-builder-inl.h18 void AllocationBuilder::Allocate(int size, AllocationType allocation, in Allocate() function
/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.h174 T* Allocate(Args&&... args) { in Allocate() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDescriptorSetAllocator.cpp82 ResultOrError<DescriptorSetAllocation> DescriptorSetAllocator::Allocate() { in Allocate() function in dawn_native::vulkan::DescriptorSetAllocator

123