| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| D | hash_policy_testing.h | 118 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/ |
| D | StringSaver.h | 22 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/ |
| D | StringSaver.h | 22 BumpPtrAllocator &Alloc; variable 25 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} in StringSaver()
|
| /third_party/lzma/CPP/Common/ |
| D | MyBuffer2.h | 28 void Alloc(size_t size) in Alloc() function 119 void Alloc(size_t size) in Alloc() function
|
| D | MyBuffer.h | 56 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/ |
| D | JITLinkGeneric.h | 118 std::unique_ptr<JITLinkMemoryManager::Allocation> Alloc; variable 149 JITLinkMemoryManager::Allocation &Alloc) const override { in copyAndFixUpBlocks()
|
| /third_party/skia/src/gpu/d3d/ |
| D | GrD3DAMDMemoryAllocator.h | 42 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/ |
| D | BitcodeWriter.h | 40 BumpPtrAllocator Alloc; variable
|
| /third_party/lzma/CPP/Windows/ |
| D | MemoryGlobal.cpp | 10 bool CGlobal::Alloc(UINT flags, SIZE_T size) throw() in Alloc() function in NWindows::NMemory::CGlobal
|
| /third_party/skia/src/core/ |
| D | SkRegionPriv.h | 83 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/ |
| D | CWrappers.cpp | 167 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/ |
| D | MCWin64EH.h | 29 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) { in Alloc() function
|
| /third_party/gn/src/util/ |
| D | aligned_alloc.h | 50 static void* Alloc(size_t size) { in Alloc() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | CodeViewYAMLTypeHashing.cpp | 68 BumpPtrAllocator &Alloc) { in toDebugH()
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_auto_ptr.h | 174 void AutoPtr<T>::Alloc () in Alloc() function
|
| /third_party/mesa3d/src/amd/addrlib/src/core/ |
| D | addrobject.cpp | 118 VOID* Object::Alloc( in Alloc() function in Addr::Object
|
| /third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
| D | SystemInfo_libpci.cpp | 74 decltype(&::pci_alloc) Alloc = nullptr; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | LiveIntervalUnion.cpp | 181 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/ |
| D | LiveRangeCalc.h | 49 VNInfo::Allocator *Alloc = nullptr; variable
|
| D | DIE.h | 138 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/ |
| D | MergingTypeTableBuilder.cpp | 83 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/ |
| D | GCNIterativeScheduler.h | 71 SpecificBumpPtrAllocator<Region> Alloc; variable
|
| /third_party/backends/backend/ |
| D | hp-hpmem.c | 54 typedef struct hp_alloc_s Alloc; typedef
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | OrcRemoteTargetClient.h | 78 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/ |
| D | IRSymtab.cpp | 340 BumpPtrAllocator &Alloc) { in build() 364 BumpPtrAllocator Alloc; in upgrade() local
|