Searched defs:Alloc (Results 26 - 50 of 81) sorted by relevance

1234

/external/skia/src/core/
H A DSkRegionPriv.h62 static RunHead* Alloc(int count) { function in struct:SkRegion::RunHead
77 static RunHead* Alloc(int count, int yspancount, int intervalCount) { function in struct:SkRegion::RunHead
81 RunHead* head = Alloc(count);
102 writable = Alloc(fRunCount, fYSpanCount, fIntervalCount);
H A DSkTRefArray.h25 static SkTRefArray<T>* Alloc(int count) { function in class:SkTRefArray
42 SkTRefArray<T>* obj = Alloc(count);
56 SkTRefArray<T>* obj = Alloc(count);
H A DSkDescriptor.h23 static SkDescriptor* Alloc(size_t length) { function in class:SkDescriptor
84 SkDescriptor* desc = SkDescriptor::Alloc(fLength);
141 fDesc = SkDescriptor::Alloc(size);
H A DSkMetaData.cpp120 Rec* rec = Rec::Alloc(sizeof(Rec) + dataSize * count + len + 1);
330 SkMetaData::Rec* SkMetaData::Rec::Alloc(size_t size) { function in class:SkMetaData::Rec
/external/chromium_org/gpu/command_buffer/client/
H A Dfenced_allocator.cc63 FencedAllocator::Offset FencedAllocator::Alloc(unsigned int size) { function in class:gpu::FencedAllocator
65 // have it succeed. Example: Alloc(SizeOfBuffer), Alloc(0).
H A Dmapped_memory.h61 void* Alloc(unsigned int size) { function in class:gpu::MemoryChunk
62 return allocator_.Alloc(size);
148 void* Alloc(
H A Dquery_tracker.cc33 bool QuerySyncManager::Alloc(QuerySyncManager::QueryInfo* info) { function in class:gpu::gles2::QuerySyncManager
38 void* mem = mapped_memory_->Alloc(
207 if (!query_sync_manager_.Alloc(&info)) {
H A Dtransfer_buffer.cc141 return ring_buffer_->Alloc(*size_allocated);
144 void* TransferBuffer::Alloc(unsigned int size) { function in class:gpu::TransferBuffer
157 return ring_buffer_->Alloc(size);
H A Dfenced_allocator.h35 // Invalid offset, returned by Alloc in case of failure.
56 Offset Alloc(unsigned int size);
171 void *Alloc(unsigned int size) { function in class:gpu::FencedAllocatorWrapper
172 FencedAllocator::Offset offset = allocator_.Alloc(size);
179 // This is a type-safe version of Alloc, returning a typed pointer.
188 return static_cast<T *>(Alloc(count * sizeof(T)));
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h88 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) { argument
89 return new typename data_type::Factory(Alloc);
140 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) { argument
141 return new typename data_type::Factory(Alloc);
179 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) { argument
180 return new typename data_type::Factory(Alloc);
H A DBasicValueFactory.h82 BasicValueFactory(ASTContext &ctx, llvm::BumpPtrAllocator &Alloc) argument
83 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(nullptr),
84 PersistentSValPairs(nullptr), SValListFactory(Alloc) {}
/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.h41 VNInfo::Allocator *Alloc; member in class:llvm::LiveRangeCalc
129 DomTree(nullptr), Alloc(nullptr) {}
160 /// single existing value, Alloc may be null.
/external/lzma/CPP/7zip/Common/
H A DStreamObjects.cpp5 #include "../../../C/Alloc.h"
132 bool CCachedInStream::Alloc(unsigned blockSizeLog, unsigned numBlocksLog) function in class:CCachedInStream
H A DCWrappers.cpp5 #include "../../../C/Alloc.h"
140 bool CByteInBufWrap::Alloc(UInt32 size) function in class:CByteInBufWrap
189 bool CByteOutBufWrap::Alloc(size_t size) function in class:CByteOutBufWrap
/external/chromium_org/third_party/skia/src/core/
H A DSkDescriptor.h23 static SkDescriptor* Alloc(size_t length) { function in class:SkDescriptor
84 SkDescriptor* desc = SkDescriptor::Alloc(fLength);
141 fDesc = SkDescriptor::Alloc(size);
H A DSkMetaData.cpp120 Rec* rec = Rec::Alloc(sizeof(Rec) + dataSize * count + len + 1);
330 SkMetaData::Rec* SkMetaData::Rec::Alloc(size_t size) { function in class:SkMetaData::Rec
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsystem-alloc.cc146 void* Alloc(size_t size, size_t *actual_size, size_t alignment);
154 void* Alloc(size_t size, size_t *actual_size, size_t alignment);
162 void* Alloc(size_t size, size_t *actual_size, size_t alignment);
182 void* Alloc(size_t size, size_t *actual_size, size_t alignment);
195 void* SbrkSysAllocator::Alloc(size_t size, size_t *actual_size, function in class:SbrkSysAllocator
267 void* MmapSysAllocator::Alloc(size_t size, size_t *actual_size, function in class:MmapSysAllocator
336 void* DevMemSysAllocator::Alloc(size_t size, size_t *actual_size, function in class:DevMemSysAllocator
426 void* DefaultSysAllocator::Alloc(size_t size, size_t *actual_size, function in class:DefaultSysAllocator
430 void* result = allocs_[i]->Alloc(size, actual_size, alignment);
483 void* result = sys_alloc->Alloc(siz
[all...]
/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h33 llvm::PointerIntPair<llvm::BumpPtrAllocator*, 1> Alloc; member in class:clang::BumpVectorContext
37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {}
42 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {}
45 if (Alloc.getInt())
46 delete Alloc.getPointer();
49 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); }
/external/clang/test/CodeGenCXX/
H A Dnew.cpp172 struct Alloc{ struct
176 ~Alloc();
184 delete[] new Alloc[10][20];
/external/llvm/include/llvm/ADT/
H A DImmutableList.h159 ImmutableListFactory(BumpPtrAllocator& Alloc) argument
160 : Allocator(reinterpret_cast<uintptr_t>(&Alloc) | 0x1) {}
/external/llvm/lib/Support/
H A DMemoryBuffer.cpp72 void *operator new(size_t N, const NamedBufferAlloc &Alloc) { argument
73 char *Mem = static_cast<char *>(operator new(N + Alloc.Name.size() + 1));
74 CopyStringRef(Mem + N, Alloc.Name);
/external/llvm/unittests/ADT/
H A DStringRefTest.cpp538 BumpPtrAllocator Alloc; local
541 StringRef Str1c = Str1.copy(Alloc);
542 StringRef Str2c = Str2.copy(Alloc);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_memmgr.cpp34 return ((FX_DefAllocator*)pAllocator)->m_pFoxitMgr->Alloc(size, 0);
70 void* CFX_MemoryMgr::Alloc(size_t size, int flags) function in class:CFX_MemoryMgr
72 void* p = m_pSystemMgr->Alloc(m_pSystemMgr, size, flags);
112 return g_pDefFoxitMgr->Alloc(size, flags);
116 return g_pDefFoxitMgr->Alloc(size * unit, flags);
164 return g_pDefFoxitMgr->Alloc(size, 0);
168 return g_pDefFoxitMgr->Alloc(size, 0);
211 void* p = pAllocator ? pAllocator->m_Alloc(pAllocator, size) : g_pDefFoxitMgr->Alloc(size, 0);
234 return ((CFX_GrowOnlyPool*)pAllocator)->Alloc(size);
238 return ((CFX_GrowOnlyPool*)pAllocator)->Alloc(siz
287 void* CFX_GrowOnlyPool::Alloc(size_t size) function in class:CFX_GrowOnlyPool
[all...]
/external/chromium_org/third_party/lzma_sdk/
H A DTypes.h229 void *(*Alloc)(void *p, size_t size); member in struct:__anon13454
233 #define IAlloc_Alloc(p, size) (p)->Alloc((p), size)
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DTypes.h230 void *(*Alloc)(void *p, size_t size); member in struct:__anon14785
234 #define IAlloc_Alloc(p, size) (p)->Alloc((p), size)

Completed in 4107 milliseconds

1234