Searched refs:Allocate (Results 126 - 150 of 364) sorted by relevance

1234567891011>>

/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dffmpeg_cdm_audio_decoder.cc355 decoded_frames->SetFrameBuffer(host_->Allocate(buffer_size));
357 LOG(ERROR) << "DecodeBuffer() ClearKeyCdmHost::Allocate failed.";
393 host_->Allocate(serialized_audio_frames_.size()));
395 LOG(ERROR) << "DecodeBuffer() ClearKeyCdmHost::Allocate failed.";
/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h88 /// \brief Allocate new storage.
89 Storage *Allocate() { function in class:clang::PartialDiagnostic::StorageAllocator
131 DiagStorage = Allocator->Allocate();
H A DIdentifierTable.h464 void *Mem = getAllocator().Allocate<IdentifierInfo>();
496 void *Mem = getAllocator().Allocate<IdentifierInfo>();
/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp253 V = G.getAllocator().Allocate<ExplodedNodeVector>();
318 // Allocate a new node.
319 V = (NodeTy*) getAllocator().Allocate<NodeTy>();
/external/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc79 FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id, function in class:__asan::FakeStack
196 FakeFrame *ff = fs->Allocate(fs->stack_size_log(), class_id, real_stack);
H A Dasan_mac.cc127 new_env = (char*)allocator_for_env.Allocate(old_env_len + fname_len + 2);
152 // Allocate memory to hold the previous env var name, its value, the '='
154 char *new_env = (char*)allocator_for_env.Allocate(
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h237 // This should be just `new (Allocator.Allocate<Ty>()) Ty(*this)', but
239 Ty *Loc = static_cast<Ty*>(Allocator.Allocate(sizeof(Ty),
373 /// CreateMachineInstr - Allocate a new MachineInstr. Use this instead
392 /// CreateMachineBasicBlock - Allocate a new MachineBasicBlock. Use this
401 /// getMachineMemOperand - Allocate a new MachineMemOperand.
410 /// getMachineMemOperand - Allocate a new MachineMemOperand by copying
419 /// Allocate an array of MachineOperands. This is only intended for use by
432 /// \brief Allocate and initialize a register mask with @p NumRegister bits.
435 uint32_t *Mask = Allocator.Allocate<uint32_t>(Size);
441 /// allocateMemRefsArray - Allocate a
[all...]
/external/openfst/src/include/fst/
H A Dcache.h50 // S *Allocate(StateId s);
67 S *Allocate(StateId s) { function in struct:fst::DefaultCacheStateAllocator
157 cache_first_state_ = allocator_->Allocate(cache_first_state_id_);
167 S *copied_state = allocator_->Allocate(s);
508 cache_first_state_ = allocator_->Allocate(s);
514 // With Default allocator, the Free and Allocate will reuse the same S*.
517 cache_first_state_ = allocator_->Allocate(s);
525 state = allocator_->Allocate(s);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc312 static void* Allocate(size_t n) { function in class:HeapLeakChecker::Allocator
885 new(Allocator::Allocate(sizeof(GlobalRegionCallerRangeMap)))
1259 live_objects = new(Allocator::Allocate(sizeof(LiveObjectsStack)))
1261 stack_tops = new(Allocator::Allocate(sizeof(StackTopSet))) StackTopSet;
1278 new(Allocator::Allocate(sizeof(LibraryLiveObjectsStacks)))
1523 ignored_objects = new(Allocator::Allocate(sizeof(IgnoredObjectsMap)))
1563 char* file_name = reinterpret_cast<char*>(Allocator::Allocate(len));
2211 heap_profile = new(Allocator::Allocate(sizeof(HeapProfileTable)))
2212 HeapProfileTable(&Allocator::Allocate, &Allocator::Free,
2332 disabled_ranges = new(Allocator::Allocate(sizeo
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc312 static void* Allocate(size_t n) { function in class:HeapLeakChecker::Allocator
885 new(Allocator::Allocate(sizeof(GlobalRegionCallerRangeMap)))
1259 live_objects = new(Allocator::Allocate(sizeof(LiveObjectsStack)))
1261 stack_tops = new(Allocator::Allocate(sizeof(StackTopSet))) StackTopSet;
1278 new(Allocator::Allocate(sizeof(LibraryLiveObjectsStacks)))
1523 ignored_objects = new(Allocator::Allocate(sizeof(IgnoredObjectsMap)))
1563 char* file_name = reinterpret_cast<char*>(Allocator::Allocate(len));
2211 heap_profile = new(Allocator::Allocate(sizeof(HeapProfileTable)))
2212 HeapProfileTable(&Allocator::Allocate, &Allocator::Free);
2331 disabled_ranges = new(Allocator::Allocate(sizeo
[all...]
/external/clang/lib/Parse/
H A DParsePragma.cpp791 (PragmaPackInfo*) PP.getPreprocessorAllocator().Allocate(
801 (Token*) PP.getPreprocessorAllocator().Allocate(
844 (Token*) PP.getPreprocessorAllocator().Allocate(
913 (Token*) PP.getPreprocessorAllocator().Allocate(
1005 (Token*) PP.getPreprocessorAllocator().Allocate(
1056 (Token*) PP.getPreprocessorAllocator().Allocate(
1068 (Token*) PP.getPreprocessorAllocator().Allocate(
1113 (Token*) PP.getPreprocessorAllocator().Allocate(
1135 (Token*) PP.getPreprocessorAllocator().Allocate(
1193 (Token*) PP.getPreprocessorAllocator().Allocate(
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h556 b = (Batch*)c->Allocate(this, SizeClassMap::ClassID(sizeof(Batch)));
871 b = (Batch*)c->Allocate(this, SizeClassMap::ClassID(sizeof(Batch)));
913 void *Allocate(SizeClassAllocator *allocator, uptr class_id) { function in struct:__sanitizer::SizeClassAllocatorLocalCache
984 b = (Batch*)Allocate(allocator, SizeClassMap::ClassID(sizeof(Batch)));
1010 void *Allocate(AllocatorStats *stat, uptr size, uptr alignment) { function in class:__sanitizer::LargeMmapAllocator
1127 // Do one-time sort. chunks_sorted_ is reset in Allocate/Deallocate.
1245 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment, function in class:__sanitizer::CombinedAllocator
1257 res = cache->Allocate(&primary_, primary_.ClassID(size));
1259 res = secondary_.Allocate(&stats_, size, alignment);
1278 return Allocate(cach
[all...]
/external/clang/lib/AST/
H A DExpr.cpp417 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>());
436 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>());
801 // Allocate enough space for the StringLiteral plus an array of locations for
803 void *Mem = C.Allocate(sizeof(StringLiteral)+
821 void *Mem = C.Allocate(sizeof(StringLiteral)+
1275 void *Mem = C.Allocate(sizeof(OffsetOfExpr) +
1285 void *Mem = C.Allocate(sizeof(OffsetOfExpr) +
1348 void *Mem = C.Allocate(Size, llvm::alignOf<MemberExpr>());
1693 C.Allocate(sizeof(ImplicitCastExpr) + PathSize * sizeof(CXXBaseSpecifier*));
1703 C.Allocate(sizeo
[all...]
/external/chromium_org/v8/src/x64/
H A Dcodegen-x64.cc39 static_cast<byte*>(base::OS::Allocate(1 * KB, &actual_size, true));
69 // Allocate buffer in executable space.
71 static_cast<byte*>(base::OS::Allocate(1 * KB, &actual_size, true));
96 base::OS::Allocate(Assembler::kMinimalBufferSize, &actual_size, true));
293 // Allocate new backing store.
296 __ Allocate(rdi, r14, r11, r15, fail, TAG_OBJECT);
388 __ Allocate(rdi, r11, r14, r15, &gc_required, TAG_OBJECT);
/external/chromium_org/cc/quads/
H A Dlist_container.cc96 void* Allocate() { function in class:cc::ListContainer::ListContainerCharAllocator
408 BaseElementType* ListContainer<BaseElementType>::Allocate( function in class:cc::ListContainer
411 void* result = data_->Allocate();
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp51 char *mem = Alloc.Allocate<char>(Blob.size() + 1);
522 Start = TopDiags.Alloc.Allocate<CXLoadedDiagnostic::Location>();
523 End = TopDiags.Alloc.Allocate<CXLoadedDiagnostic::Location>();
/external/chromium_org/v8/src/arm/
H A Dcodegen-arm.cc33 static_cast<byte*>(base::OS::Allocate(1 * KB, &actual_size, true));
89 static_cast<byte*>(base::OS::Allocate(1 * KB, &actual_size, true));
246 static_cast<byte*>(base::OS::Allocate(1 * KB, &actual_size, true));
331 static_cast<byte*>(base::OS::Allocate(1 * KB, &actual_size, true));
444 // Allocate new FixedDoubleArray.
448 __ Allocate(lr, array, elements, scratch2, &gc_required, DOUBLE_ALIGNMENT);
584 // Allocate new FixedArray.
591 __ Allocate(array_size, array, allocate_scratch, scratch, &gc_required,
/external/chromium_org/courgette/third_party/
H A Dbsdiff_create.cc226 if (!I.Allocate(oldsize + 1)) {
232 if (!V.Allocate(oldsize + 1)) {
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp255 char *Mem = (char *)Allocate(String.size() + 1, 1);
332 void *Mem = getAllocator().Allocate(
/external/llvm/lib/Support/
H A DYAMLTraits.cpp312 char *Buf = StringAllocator.Allocate<char>(Len);
335 char *Buf = StringAllocator.Allocate<char>(Len);
/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc156 // Allocate an executable page of memory.
158 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
241 // Allocate an executable page of memory.
243 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
289 // Allocate an executable page of memory.
291 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
415 // Allocate an executable page of memory.
417 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
457 // Allocate an executable page of memory.
459 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
[all...]
/external/chromium_org/cc/layers/
H A Dtexture_layer_impl.cc105 texture_copy_->Allocate(texture_mailbox_.shared_memory_size(),
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_helpers.h74 cdm::Buffer* Allocate(uint32_t capacity);
/external/chromium_org/mojo/public/cpp/utility/lib/
H A Drun_loop.cc53 current_run_loop.Allocate();
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_cairo.cc214 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) { function in class:skia::PlatformBitmap

Completed in 610 milliseconds

1234567891011>>