/third_party/node/deps/v8/src/heap/cppgc/ |
H A 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
|
H A D | heap-space.h | 72 Address Allocate(size_t alloc_size) { in Allocate() function in cppgc::internal::final::LinearAllocationBuffer
|
H A D | page-memory.cc | 118 void NormalPageMemoryRegion::Allocate(Address writeable_base) { in Allocate() function in cppgc::internal::NormalPageMemoryRegion
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_memorypool.h | 41 class Allocate class
|
/third_party/node/deps/v8/src/compiler/ |
H A D | allocation-builder-inl.h | 18 void AllocationBuilder::Allocate(int size, AllocationType allocation, in Allocate() function in v8::internal::compiler::AllocationBuilder
|
/third_party/node/deps/v8/src/codegen/ |
H A 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/ |
H A D | managed-inl.h | 17 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 D | RingBufferAllocator.cpp | 64 uint64_t RingBufferAllocator::Allocate(uint64_t allocationSize, ExecutionSerial serial) { in Allocate() function in dawn_native::RingBufferAllocator
|
H A D | DynamicUploader.cpp | 115 ResultOrError<UploadHandle> DynamicUploader::Allocate(uint64_t allocationSize, in Allocate() function in dawn_native::DynamicUploader
|
H A D | BuddyAllocator.cpp | 139 uint64_t BuddyAllocator::Allocate(uint64_t allocationSize, uint64_t alignment) { in Allocate() function in dawn_native::BuddyAllocator
|
H A D | BuddyMemoryAllocator.cpp | 40 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 D | Recycler.h | 83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() function in llvm::Recycler 93 T *Allocate(AllocatorType &Allocator) { in Allocate() function in llvm::Recycler
|
H A D | RecyclingAllocator.h | 43 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 D | dng_string_list.cpp | 46 void dng_string_list::Allocate (uint32 minSize) in Allocate() function in dng_string_list
|
H A D | dng_ref_counted_block.cpp | 55 void dng_ref_counted_block::Allocate (uint32 size) in Allocate() function in dng_ref_counted_block
|
H A 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
|
/third_party/gn/src/gn/ |
H A D | resolved_target_deps.h | 65 static std::unique_ptr<const Target*[]> Allocate( in Allocate() function in ResolvedTargetDeps
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | resource9.c | 36 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 D | allocation.h | 167 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 D | allocation.h | 167 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 D | evacuation-allocator-inl.h | 15 AllocationResult EvacuationAllocator::Allocate(AllocationSpace space, in Allocate() function in v8::internal::EvacuationAllocator
|
/third_party/node/deps/v8/src/heap/third-party/ |
H A D | heap-api-stub.cc | 31 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 D | external-pointer-table-inl.h | 82 uint32_t ExternalPointerTable::Allocate() { in Allocate() function in v8::internal::ExternalPointerTable
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | Converter.h | 387 T* Allocate(size_t n = 1) { in Allocate() function
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | DescriptorSetAllocator.cpp | 82 ResultOrError<DescriptorSetAllocation> DescriptorSetAllocator::Allocate() { in Allocate() function in dawn_native::vulkan::DescriptorSetAllocator
|