Home
last modified time | relevance | path

Searched defs:Allocate (Results 1 - 25 of 73) sorted by relevance

123

/third_party/node/deps/v8/src/heap/cppgc/
H A 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
H A Dheap-space.h72 Address Allocate(size_t alloc_size) { in Allocate() function in cppgc::internal::final::LinearAllocationBuffer
H A Dpage-memory.cc118 void NormalPageMemoryRegion::Allocate(Address writeable_base) { in Allocate() function in cppgc::internal::NormalPageMemoryRegion
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_memorypool.h41 class Allocate class
/third_party/node/deps/v8/src/compiler/
H A Dallocation-builder-inl.h18 void AllocationBuilder::Allocate(int size, AllocationType allocation, in Allocate() function in v8::internal::compiler::AllocationBuilder
/third_party/node/deps/v8/src/codegen/
H A Daligned-slot-allocator.cc21 int AlignedSlotAllocator::Allocate(int n) { in Allocate() function in v8::internal::AlignedSlotAllocator
/third_party/node/deps/v8/src/objects/
H A Dmanaged-inl.h17 Handle<Managed<CppType>> Managed<CppType>::Allocate(Isolate* isolate, in Allocate() function in v8::internal::Managed
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRingBufferAllocator.cpp64 uint64_t RingBufferAllocator::Allocate(uint64_t allocationSize, ExecutionSerial serial) { in Allocate() function in dawn_native::RingBufferAllocator
H A DDynamicUploader.cpp115 ResultOrError<UploadHandle> DynamicUploader::Allocate(uint64_t allocationSize, in Allocate() function in dawn_native::DynamicUploader
H A DBuddyAllocator.cpp139 uint64_t BuddyAllocator::Allocate(uint64_t allocationSize, uint64_t alignment) { in Allocate() function in dawn_native::BuddyAllocator
H A DBuddyMemoryAllocator.cpp40 ResultOrError<ResourceMemoryAllocation> BuddyMemoryAllocator::Allocate(uint64_t allocationSize, in Allocate() function in dawn_native::BuddyMemoryAllocator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DRecycler.h83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() function in llvm::Recycler
93 T *Allocate(AllocatorType &Allocator) { in Allocate() function in llvm::Recycler
H A DRecyclingAllocator.h43 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } in Allocate() function in llvm::RecyclingAllocator
45 T *Allocate() { return Base.Allocate(Allocator); } in Allocate() function in llvm::RecyclingAllocator
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_string_list.cpp46 void dng_string_list::Allocate (uint32 minSize) in Allocate() function in dng_string_list
H A Ddng_ref_counted_block.cpp55 void dng_ref_counted_block::Allocate (uint32 size) in Allocate() function in dng_ref_counted_block
H A 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
/third_party/gn/src/gn/
H A Dresolved_target_deps.h65 static std::unique_ptr<const Target*[]> Allocate( in Allocate() function in ResolvedTargetDeps
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dresource9.c36 NineResource9_ctor( struct NineResource9 *This, struct NineUnknownParams *pParams, struct pipe_resource *initResource, BOOL Allocate, D3DRESOURCETYPE Type, D3DPOOL Pool, DWORD Usage) NineResource9_ctor() argument
/third_party/node/deps/v8/include/cppgc/
H A Dallocation.h167 V8_INLINE static void* Allocate(AllocationHandle& handle, size_t size) { in Allocate() function in cppgc::MakeGarbageCollectedTraitBase
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dallocation.h167 V8_INLINE static void* Allocate(AllocationHandle& handle, size_t size) { in Allocate() function in cppgc::MakeGarbageCollectedTraitBase
[all...]
/third_party/node/deps/v8/src/heap/
H A Devacuation-allocator-inl.h15 AllocationResult EvacuationAllocator::Allocate(AllocationSpace space, in Allocate() function in v8::internal::EvacuationAllocator
/third_party/node/deps/v8/src/heap/third-party/
H A Dheap-api-stub.cc31 AllocationResult Heap::Allocate(size_t, AllocationType, AllocationAlignment) { in Allocate() function in v8::internal::third_party_heap::Heap
/third_party/node/deps/v8/src/sandbox/
H A Dexternal-pointer-table-inl.h82 uint32_t ExternalPointerTable::Allocate() { in Allocate() function in v8::internal::ExternalPointerTable
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DConverter.h387 T* Allocate(size_t n = 1) { in Allocate() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DDescriptorSetAllocator.cpp82 ResultOrError<DescriptorSetAllocation> DescriptorSetAllocator::Allocate() { in Allocate() function in dawn_native::vulkan::DescriptorSetAllocator

Completed in 11 milliseconds

123