Home
last modified time | relevance | path

Searched defs:Alloc (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_policy_testing.h118 struct Alloc : std::allocator<T> { struct
122 explicit Alloc(size_t id = 0) : id_(id) {} in id_() argument
125 Alloc& operator=(const Alloc&) = default; argument
128 Alloc(const Alloc<U>& that) : std::allocator<T>(that), id_(that.id()) {} in Alloc() function
132 using other = Alloc<U>; argument
137 friend bool operator==(const Alloc& a, const Alloc& b) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DStringSaver.h22 BumpPtrAllocator &Alloc; variable
25 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} in StringSaver()
47 UniqueStringSaver(BumpPtrAllocator &Alloc) : Strings(Alloc) {} in UniqueStringSaver()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DStringSaver.h22 BumpPtrAllocator &Alloc; variable
25 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} in StringSaver()
/third_party/lzma/CPP/Common/
DMyBuffer2.h28 void Alloc(size_t size) in Alloc() function
119 void Alloc(size_t size) in Alloc() function
DMyBuffer.h56 void Alloc(size_t size) in Alloc() function
185 void Alloc(size_t newSize) in Alloc() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.h118 std::unique_ptr<JITLinkMemoryManager::Allocation> Alloc; variable
149 JITLinkMemoryManager::Allocation &Alloc) const override { in copyAndFixUpBlocks()
/third_party/skia/src/gpu/d3d/
DGrD3DAMDMemoryAllocator.h42 Alloc(D3D12MA::Allocation* allocation) : fAllocation(allocation) {} in Alloc() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeWriter.h40 BumpPtrAllocator Alloc; variable
/third_party/lzma/CPP/Windows/
DMemoryGlobal.cpp10 bool CGlobal::Alloc(UINT flags, SIZE_T size) throw() in Alloc() function in NWindows::NMemory::CGlobal
/third_party/skia/src/core/
DSkRegionPriv.h83 static RunHead* Alloc(int count) { in Alloc() function
100 static RunHead* Alloc(int count, int yspancount, int intervalCount) { in Alloc() function
/third_party/lzma/CPP/7zip/Common/
DCWrappers.cpp167 bool CByteInBufWrap::Alloc(UInt32 size) throw() in Alloc() function in CByteInBufWrap
265 bool CByteOutBufWrap::Alloc(size_t size) throw() in Alloc() function in CByteOutBufWrap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCWin64EH.h29 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) { in Alloc() function
/third_party/gn/src/util/
Daligned_alloc.h50 static void* Alloc(size_t size) { in Alloc() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypeHashing.cpp68 BumpPtrAllocator &Alloc) { in toDebugH()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_auto_ptr.h174 void AutoPtr<T>::Alloc () in Alloc() function
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrobject.cpp118 VOID* Object::Alloc( in Alloc() function in Addr::Object
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_libpci.cpp74 decltype(&::pci_alloc) Alloc = nullptr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervalUnion.cpp181 void LiveIntervalUnion::Array::init(LiveIntervalUnion::Allocator &Alloc, in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveRangeCalc.h49 VNInfo::Allocator *Alloc = nullptr; variable
DDIE.h138 BumpPtrAllocator &Alloc; variable
686 value_iterator addValue(BumpPtrAllocator &Alloc, const DIEValue &V) { in addValue()
691 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in addValue()
742 static DIE *get(BumpPtrAllocator &Alloc, dwarf::Tag Tag) { in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DMergingTypeTableBuilder.cpp83 static inline ArrayRef<uint8_t> stabilize(BumpPtrAllocator &Alloc, in stabilize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNIterativeScheduler.h71 SpecificBumpPtrAllocator<Region> Alloc; variable
/third_party/backends/backend/
Dhp-hpmem.c54 typedef struct hp_alloc_s Alloc; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h78 uint8_t *Alloc = reinterpret_cast<uint8_t *>( in allocateCodeSection() local
91 uint8_t *Alloc = reinterpret_cast<uint8_t *>( in allocateDataSection() local
100 uint8_t *Alloc = reinterpret_cast<uint8_t *>( in allocateDataSection() local
218 Alloc(uint64_t Size, unsigned Align) in Alloc() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRSymtab.cpp340 BumpPtrAllocator &Alloc) { in build()
364 BumpPtrAllocator Alloc; in upgrade() local

1234