Searched refs:Allocate (Results 276 - 300 of 364) sorted by relevance

<<1112131415

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc984 // Allocate span
990 // Allocate stack trace
1114 ret = CheckMallocResult(heap->Allocate(size, cl));
1318 // Allocate at least one byte to avoid boundary conditions below
1336 return CheckMallocResult(heap->Allocate(size, cl));
1351 // Allocate extra pages and carve off an aligned portion
1529 // Allocate to force the creation of a thread cache, but avoid
1688 // Allocate page-aligned object of length >= size bytes
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.h723 // Allocate an object in new space or old pointer space. The object_size is
730 void Allocate(int object_size,
737 void Allocate(Register object_size,
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.h1319 // Allocate an object in new space or old pointer space. The object_size is
1326 void Allocate(Register object_size,
1333 void Allocate(int object_size,
/external/chromium_org/v8/src/
H A Dfull-codegen.cc599 interface->Allocate(scope->module_var()->index());
661 // 1. Allocate: for each module _literal_, allocate the module contexts and
691 // This is a scope hosting modules. Allocate a descriptor array to pass
693 Comment cmnt(masm_, "[ Allocate modules");
786 interface->Allocate(scope->module_var()->index());
H A Dd8.cc1526 virtual void* Allocate(size_t length) { function in class:v8::ShellArrayBufferAllocator
1537 virtual void* Allocate(size_t) OVERRIDE {
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.h487 // Allocate an object in new space or old pointer space. The object_size is
494 void Allocate(int object_size,
501 void Allocate(Register object_size,
/external/chromium_org/v8/src/mips64/
H A Dmacro-assembler-mips64.h508 // Allocate an object in new space or old pointer space. The object_size is
515 void Allocate(int object_size,
522 void Allocate(Register object_size,
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp841 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>();
849 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>();
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp514 Allocate();
1338 Allocate();
/external/chromium_org/cc/layers/
H A Dheads_up_display_layer_impl.cc97 resource->Allocate(
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_video_capture_device_unittest.cc262 EXPECT_TRUE(output.Allocate(size.width(), size.height(), false));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.cpp97 virtual void* Allocate(size_t size) OVERRIDE
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DomxSP_FFTFwd_RToCCS_S16_Sfs_s.S145 @ Allocate stack memory required by the function
/external/chromium_org/v8/src/base/platform/
H A Dplatform-win32.cc698 // rounding up in OS::Allocate expects that.
737 // The address range used to randomize RWX allocations in OS::Allocate
774 void* OS::Allocate(const size_t requested, function in class:v8::base::OS
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h911 return Alloc.Allocate<CallEventTemplateTy>();
/external/clang/lib/Parse/
H A DParseTemplate.cpp966 = TemplateIdAnnotation::Allocate(TemplateArgs.size(), TemplateIds);
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp895 void *Mem = Context.Allocate((sizeof(NestedNameSpecifierAnnotation) +
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp396 newState = (ProgramState*) Alloc.Allocate<ProgramState>();
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h472 T = (TreeTy*) A.Allocate<TreeTy>();
/external/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp882 = new (ChainAllocator.Allocate()) BlockChain(BlockToChain, BB);
/external/chromium_org/mojo/public/python/mojo/
H A Dsystem.pyx71 """Allocate memory at creation, and deallocate it at destruction."""
/external/chromium_org/v8/src/heap/
H A Dspaces.h1364 // Allocate from available bytes (available -> size).
1549 // Allocate a block of size 'size_in_bytes' from the free list. The block
1553 MUST_USE_RESULT HeapObject* Allocate(int size_in_bytes);
1758 // Allocate the requested number of bytes in the space if possible, return a
1793 void Allocate(int bytes) { accounting_stats_.AllocateBytes(bytes); } function in class:v8::internal::PagedSpace
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp861 InfoSlot = new (BaseSubobjectInfoAllocator.Allocate()) BaseSubobjectInfo;
864 Info = new (BaseSubobjectInfoAllocator.Allocate()) BaseSubobjectInfo;
2511 // Allocate a new block of memory and place the bitfield in it.
/external/lldb/source/Expression/
H A DIRForTarget.cpp72 lldb::addr_t IRForTarget::StaticDataAllocator::Allocate() function in class:IRForTarget::StaticDataAllocator
2527 lldb::addr_t allocation = m_data_allocator.Allocate();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1586 // Allocate the mask array for the node out of the BumpPtrAllocator, since
1589 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts);
4384 // Allocate the operands array for the node out of the BumpPtrAllocator, since
4390 SDUse *DynOps = NumOps > 4 ? OperandAllocator.Allocate<SDUse>(NumOps)
5133 EVT *Array = Allocator.Allocate<EVT>(2);
5152 EVT *Array = Allocator.Allocate<EVT>(3);
5173 EVT *Array = Allocator.Allocate<EVT>(4);
5195 EVT *Array = Allocator.Allocate<EVT>(NumVTs);
5510 MN->InitOperands(OperandAllocator.Allocate<SDUse>(NumOps),
5687 // Allocate
[all...]

Completed in 575 milliseconds

<<1112131415