Home
last modified time | relevance | path

Searched defs:Alloc (Results 1 - 25 of 70) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DStringSaver.h22 BumpPtrAllocator &Alloc; member in llvm::final
25 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} in StringSaver() argument
/third_party/gn/src/util/
H A Daligned_alloc.h50 static void* Alloc(size_t size) { in Alloc() function
/third_party/lzma/CPP/Windows/
H A DMemoryGlobal.cpp10 bool CGlobal::Alloc(UINT flags, SIZE_T size) throw() in Alloc() function in NWindows::NMemory::CGlobal
/third_party/skia/src/gpu/d3d/
H A DGrD3DAMDMemoryAllocator.h40 class Alloc : public GrD3DAlloc { class in GrD3DAMDMemoryAllocator
42 Alloc(D3D12MA::Allocation* allocation) : fAllocation(allocation) {} in Alloc() function in GrD3DAMDMemoryAllocator::Alloc
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DInitLLVM.h45 BumpPtrAllocator Alloc; member in llvm::InitLLVM
H A DStringSaver.h22 BumpPtrAllocator &Alloc; member in llvm::final
25 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} in StringSaver() argument
47 UniqueStringSaver(BumpPtrAllocator &Alloc) : Strings(Alloc) {} in UniqueStringSaver() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h40 BumpPtrAllocator Alloc; member in llvm::BitcodeWriter
/third_party/node/test/addons/buffer-free-callback/
H A Dbinding.cc14 void Alloc(const v8::FunctionCallbackInfo<v8::Value>& args) { in Alloc() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCWin64EH.h29 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) { in Alloc() function
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrobject.cpp118 VOID* Object::Alloc( in Alloc() function in Addr::Object
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_libpci.cpp74 decltype(&::pci_alloc) Alloc = nullptr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp67 toDebugH(const DebugHSection &DebugH, BumpPtrAllocator &Alloc) toDebugH() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_auto_ptr.h174 void AutoPtr<T>::Alloc () in Alloc() function in AutoPtr
/third_party/backends/backend/
H A Dhp-hpmem.c54 typedef struct hp_alloc_s Alloc; typedef
[all...]
/third_party/lzma/CPP/Common/
H A DMyBuffer2.h28 void Alloc(size_t size) in Alloc() function in CMidBuffer
119 void Alloc(size_t size) in Alloc() function in CAlignedBuffer
H A DMyBuffer.h56 void Alloc(size_t size) in Alloc() function in CBuffer
185 void Alloc(size_t newSize) in Alloc() function in CObjArray
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp181 void LiveIntervalUnion::Array::init(LiveIntervalUnion::Allocator &Alloc, in init() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h118 std::unique_ptr<JITLinkMemoryManager::Allocation> Alloc; member in llvm::jitlink::JITLinkerBase
/third_party/skia/src/core/
H A 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/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceMemory.h41 LockedArenaAllocator(ArenaAllocator *Alloc, std::mutex *Mutex) in LockedArenaAllocator() argument
50 ArenaAllocator *Alloc; member in Ice::LockedArenaAllocator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h71 SpecificBumpPtrAllocator<Region> Alloc; member in llvm::GCNIterativeScheduler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h49 VNInfo::Allocator *Alloc = nullptr; member in llvm::LiveRangeCalc
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_policy_testing.h118 struct Alloc : std::allocator<T> { struct
122 explicit Alloc(size_t id = 0) : id_(id) {} in Alloc() function
128 Alloc(const Alloc< function
[all...]
/third_party/lzma/CPP/7zip/Common/
H A 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
H A DStreamObjects.cpp186 bool CCachedInStream::Alloc(unsigned blockSizeLog, unsigned numBlocksLog) throw() in Alloc() function in CCachedInStream

Completed in 9 milliseconds

123