| /external/chromium_org/gpu/command_buffer/client/ |
| fenced_allocator.h | 35 // Invalid offset, returned by Alloc in case of failure. 56 Offset Alloc(unsigned int size); 171 void *Alloc(unsigned int size) { 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)));
|
| mapped_memory.h | 61 void* Alloc(unsigned int size) { 62 return allocator_.Alloc(size); 148 void* Alloc(
|
| query_tracker.cc | 33 bool QuerySyncManager::Alloc(QuerySyncManager::QueryInfo* info) { 38 void* mem = mapped_memory_->Alloc( 207 if (!query_sync_manager_.Alloc(&info)) {
|
| /external/chromium_org/third_party/skia/src/core/ |
| SkDescriptor.h | 23 static SkDescriptor* Alloc(size_t length) { 84 SkDescriptor* desc = SkDescriptor::Alloc(fLength); 141 fDesc = SkDescriptor::Alloc(size);
|
| SkMetaData.cpp | 120 Rec* rec = Rec::Alloc(sizeof(Rec) + dataSize * count + len + 1); 330 SkMetaData::Rec* SkMetaData::Rec::Alloc(size_t size) {
|
| /external/chromium_org/third_party/tcmalloc/vendor/src/ |
| system-alloc.cc | 146 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); 174 void SetChildAllocator(SysAllocator* alloc, unsigned int index, 176 if (index < kMaxAllocators && alloc != NULL) { 177 allocs_[index] = alloc; 182 void* Alloc(size_t size, size_t *actual_size, size_t alignment); 195 void* SbrkSysAllocator::Alloc(size_t size, size_t *actual_size, 267 void* MmapSysAllocator::Alloc(size_t size, size_t *actual_size, 336 void* DevMemSysAllocator::Alloc(size_t size, size_t *actual_size [all...] |
| /external/lzma/CPP/7zip/Common/ |
| CWrappers.cpp | 5 #include "../../../C/Alloc.h"
140 bool CByteInBufWrap::Alloc(UInt32 size)
189 bool CByteOutBufWrap::Alloc(size_t size)
|
| /external/skia/src/core/ |
| SkDescriptor.h | 23 static SkDescriptor* Alloc(size_t length) { 84 SkDescriptor* desc = SkDescriptor::Alloc(fLength); 141 fDesc = SkDescriptor::Alloc(size);
|
| SkMetaData.cpp | 120 Rec* rec = Rec::Alloc(sizeof(Rec) + dataSize * count + len + 1); 330 SkMetaData::Rec* SkMetaData::Rec::Alloc(size_t size) {
|
| /art/runtime/mirror/ |
| array-inl.h | 133 inline Array* Array::Alloc(Thread* self, Class* array_class, int32_t component_count, 175 inline PrimitiveArray<T>* PrimitiveArray<T>::Alloc(Thread* self, size_t length) { 176 Array* raw_array = Array::Alloc<true>(self, GetArrayClass(), length, sizeof(T),
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/ |
| system-alloc.cc | 289 void* Alloc(size_t size, size_t *actual_size, size_t alignment); 297 void* Alloc(size_t size, size_t *actual_size, size_t alignment); 305 void* Alloc(size_t size, size_t *actual_size, size_t alignment); 317 void SetChildAllocator(SysAllocator* alloc, unsigned int index, 319 if (index < kMaxAllocators && alloc != NULL) { 320 allocs_[index] = alloc; 325 void* Alloc(size_t size, size_t *actual_size, size_t alignment); 338 void* SbrkSysAllocator::Alloc(size_t size, size_t *actual_size, 409 void* MmapSysAllocator::Alloc(size_t size, size_t *actual_size, 474 void* DevMemSysAllocator::Alloc(size_t size, size_t *actual_size [all...] |
| /external/clang/include/clang/Analysis/Support/ |
| BumpVector.h | 33 llvm::PointerIntPair<llvm::BumpPtrAllocator*, 1> Alloc; 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/ |
| new.cpp | 172 struct Alloc{ 176 ~Alloc(); 184 delete[] new Alloc[10][20];
|
| /external/clang/tools/libclang/ |
| CXLoadedDiagnostic.cpp | 40 llvm::BumpPtrAllocator Alloc; 51 char *mem = Alloc.Allocate<char>(Blob.size() + 1); 522 Start = TopDiags.Alloc.Allocate<CXLoadedDiagnostic::Location>(); 523 End = TopDiags.Alloc.Allocate<CXLoadedDiagnostic::Location>();
|
| /external/llvm/unittests/ADT/ |
| StringRefTest.cpp | 538 BumpPtrAllocator Alloc; 541 StringRef Str1c = Str1.copy(Alloc); 542 StringRef Str2c = Str2.copy(Alloc);
|
| /external/pdfium/core/src/fxcrt/ |
| fx_basic_memmgr.cpp | 34 return ((FX_DefAllocator*)pAllocator)->m_pFoxitMgr->Alloc(size, 0);
70 void* CFX_MemoryMgr::Alloc(size_t size, int flags)
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(size); [all...] |
| /ndk/sources/cxx-stl/gabi++/src/ |
| cxxabi.cc | 128 void* Alloc() { 238 obj = __cxa_eh_globals_allocator.Alloc();
|
| /art/runtime/gc/space/ |
| large_object_space.cc | 40 virtual mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, 43 LargeObjectMapSpace::Alloc(self, num_bytes + kValgrindRedZoneBytes * 2, bytes_allocated, 110 mirror::Object* LargeObjectMapSpace::Alloc(Thread* self, size_t num_bytes, 409 mirror::Object* FreeListSpace::Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated,
|
| /external/chromium_org/third_party/lzma_sdk/ |
| Types.h | 229 void *(*Alloc)(void *p, size_t size); 233 #define IAlloc_Alloc(p, size) (p)->Alloc((p), size)
|
| /external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
| Types.h | 230 void *(*Alloc)(void *p, size_t size); 234 #define IAlloc_Alloc(p, size) (p)->Alloc((p), size)
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
| low_level_alloc.cc | 412 // Frees storage allocated by LowLevelAlloc::Alloc(). 499 void *LowLevelAlloc::Alloc(size_t request) {
|
| /external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
| low_level_alloc.cc | 412 // Frees storage allocated by LowLevelAlloc::Alloc(). 499 void *LowLevelAlloc::Alloc(size_t request) {
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| ProgramState.h | 463 llvm::BumpPtrAllocator &Alloc; 472 llvm::BumpPtrAllocator& alloc, 497 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
|
| /external/llvm/lib/MC/MCParser/ |
| COFFAsmParser.cpp | 160 Alloc = 1 << 0, 180 SecFlags |= Alloc; 188 if (SecFlags & Alloc) 247 if ((SecFlags & Alloc) && (SecFlags & Load) == 0)
|
| /external/lzma/C/ |
| Types.h | 229 void *(*Alloc)(void *p, size_t size);
233 #define IAlloc_Alloc(p, size) (p)->Alloc((p), size)
|