HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 501 - 525 of 1087) sorted by null

<<21222324252627282930>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 42 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _List_node<void*> >; variable
46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_node<void*> > >;
47 _STLP_EXPORT_TEMPLATE_CLASS _List_base<void*, allocator<void*> >;
48 _STLP_EXPORT_TEMPLATE_CLASS LIST_IMPL<void*, allocator<void*> >;
58 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
_vector.h 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >;
33 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV VECTOR_IMPL<void*, allocator<void*> >;
41 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 83 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<size_t, void*, allocator<void*> >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<void***, void**, allocator<void**> >;
86 _STLP_EXPORT_TEMPLATE_CLASS _Deque_base<void*,allocator<void*> >;
87 _STLP_EXPORT_TEMPLATE_CLASS DEQUE_IMPL<void*,allocator<void*> >;
96 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
_list.h 42 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _List_node<void*> >; variable
46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_node<void*> > >;
47 _STLP_EXPORT_TEMPLATE_CLASS _List_base<void*, allocator<void*> >;
48 _STLP_EXPORT_TEMPLATE_CLASS LIST_IMPL<void*, allocator<void*> >;
58 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
_vector.h 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >;
33 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV VECTOR_IMPL<void*, allocator<void*> >;
41 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /external/skia/src/pathops/
SkPathOpsOp.cpp 88 const int xorMask, const int xorOpMask, SkPathWriter* simple, SkChunkAlloc* allocator) {
250 SkChunkAlloc allocator(4096); // FIXME: add a constant expression here, tune
279 SkOpEdgeBuilder builder(*minuend, &contour, &allocator, &globalState);
285 if (!builder.finish(&allocator)) {
303 while (AddIntersectTs(current, next, &coincidence, &allocator)
310 if (!HandleCoincidence(contourList, &coincidence, &allocator)) {
320 bridgeOp(contourList, op, xorMask, xorOpMask, &wrapper, &allocator);
  /external/v8/test/cctest/
test-regexp.cc 100 Zone zone(CcTest::i_isolate()->allocator());
111 Zone zone(CcTest::i_isolate()->allocator());
131 Zone zone(CcTest::i_isolate()->allocator());
149 Zone zone(CcTest::i_isolate()->allocator());
479 Zone zone(CcTest::i_isolate()->allocator());
567 Zone zone(CcTest::i_isolate()->allocator());
618 Zone zone(CcTest::i_isolate()->allocator());
656 Zone zone(CcTest::i_isolate()->allocator());
723 Zone zone(CcTest::i_isolate()->allocator());
837 Zone zone(CcTest::i_isolate()->allocator());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineEarlyFragmentTests.cpp 61 Allocator& allocator,
66 , m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement))
89 Allocator& allocator,
94 , m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement))
831 Allocator& allocator = m_context.getDefaultAllocator(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageSizeTests.cpp 273 Allocator& allocator = m_context.getDefaultAllocator(); local
278 vk, device, allocator,
361 Allocator& allocator = m_context.getDefaultAllocator(); local
365 m_image = de::MovePtr<Image>(new Image(vk, device, allocator, makeImageCreateInfo(m_texture, m_format), MemoryRequirement::Any));
437 Allocator& allocator = m_context.getDefaultAllocator(); local
442 m_imageBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator,
vktImageTestsUtil.cpp 38 Allocator& allocator,
43 m_allocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement);
49 Allocator& allocator,
54 m_allocation = allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 70 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _Slist_node_base*>; variable
74 allocator<_Slist_node_base*> >;
76 allocator<_Slist_node_base*> >;
83 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> > >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> >;
90 allocator<_STLP_PRIV _Slist_node_base*> >;
217 * unconditionally has a member variable to hold its allocator, even if
218 * it so happens that all instances of the allocator type are identical.
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 70 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _Slist_node_base*>; variable
74 allocator<_Slist_node_base*> >;
76 allocator<_Slist_node_base*> >;
83 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> > >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> >;
90 allocator<_STLP_PRIV _Slist_node_base*> >;
217 * unconditionally has a member variable to hold its allocator, even if
218 * it so happens that all instances of the allocator type are identical.
  /art/compiler/optimizing/
code_generator.cc 206 void CodeGenerator::Compile(CodeAllocator* allocator) {
207 // The register allocator already called `InitializeCodeGeneration`,
256 Finalize(allocator);
259 void CodeGenerator::Finalize(CodeAllocator* allocator) {
261 uint8_t* buffer = allocator->Allocate(code_size);
302 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetArena(); local
303 LocationSummary* locations = new (allocator) LocationSummary(invoke, LocationSummary::kCall);
365 ArenaAllocator* allocator = field_access->GetBlock()->GetGraph()->GetArena(); local
367 new (allocator) LocationSummary(field_access, LocationSummary::kCall);
382 // allocator expects it in a floating point register
486 ArenaAllocator* allocator = cls->GetBlock()->GetGraph()->GetArena(); local
1285 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetArena(); local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 97 // allocator = new NullRegisterAllocator(ssaMeth, interference);
98 // allocator = new FirstFitAllocator(ssaMeth, interference);
100 RegisterAllocator allocator = local
104 RegisterMapper mapper = allocator.allocateRegisters();
117 if (allocator.wantsParamsMovedHigh()) {
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
memory_dump_event.py 107 # tracing allocator to get the correct value for that key.
197 allocator = self._allocators.setdefault(allocator_name, {})
200 allocator[size_key] = (allocator.get(size_key, 0)
253 be discounted by the resident size of the tracing allocator.
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferSparseBinding.cpp 127 // Create memory allocator for logical device
128 const de::UniquePtr<Allocator> allocator(new SimpleAllocator(deviceInterface, *m_logicalDevice, deviceMemoryProperties));
245 const de::UniquePtr<Buffer> inputBuffer(new Buffer(deviceInterface, *m_logicalDevice, *allocator, inputBufferCreateInfo, MemoryRequirement::HostVisible));
282 const de::UniquePtr<Buffer> outputBuffer(new Buffer(deviceInterface, *m_logicalDevice, *allocator, outputBufferCreateInfo, MemoryRequirement::HostVisible));
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
SsaToRop.java 98 // allocator = new NullRegisterAllocator(ssaMeth, interference);
99 // allocator = new FirstFitAllocator(ssaMeth, interference);
101 RegisterAllocator allocator = local
105 RegisterMapper mapper = allocator.allocateRegisters();
118 if (allocator.wantsParamsMovedHigh()) {
  /external/libvterm/src/
vterm.c 37 /* Need to bootstrap using the allocator function directly */
40 vt->allocator = funcs;
75 return (*vt->allocator->malloc)(size, vt->allocdata);
80 (*vt->allocator->free)(ptr, vt->allocdata);
  /external/skia/src/core/
SkImageCacherator.cpp 88 SkBitmap::Allocator* allocator = SkResourceCache::GetAllocator(); local
95 return generator->tryGenerateBitmap(bitmap, fInfo, allocator);
101 if (!generator->tryGenerateBitmap(&full, genInfo, allocator)) {
  /external/v8/test/unittests/interpreter/
bytecode-register-optimizer-unittest.cc 43 TemporaryRegisterAllocator* allocator() { return register_allocator_; } function in class:v8::internal::interpreter::BytecodeRegisterOptimizerTest
47 return Register(allocator()->BorrowTemporaryRegister());
51 allocator()->ReturnTemporaryRegister(reg.index());
  /art/runtime/gc/space/
dlmalloc_space.cc 154 void* allocator, uint8_t* begin, uint8_t* end,
159 mem_map, initial_size_, name, allocator, begin, end, limit, growth_limit,
162 return new DlMallocSpace(mem_map, initial_size_, name, allocator, begin, end, limit,
319 namespace allocator { namespace in namespace:art::gc
349 } // namespace allocator
  /external/dng_sdk/source/
dng_host.h 110 /// Allocate a dng_host object, possiblly with custom allocator and sniffer.
111 /// \param allocator Allows controlling all memory allocation done via this
118 dng_host (dng_memory_allocator *allocator = NULL,
121 /// Clean up direct memory for dng_host. Memory allocator and abort sniffer
127 /// Getter for host's memory allocator.
129 dng_memory_allocator & Allocator ();
131 /// Alocate a new dng_memory_block using the host's memory allocator.
132 /// Uses the Allocator() property of host to allocate a new block of memory.
  /external/jemalloc/include/jemalloc/
jemalloc_macros.h 62 # define JEMALLOC_ALLOCATOR __declspec(allocator)
  /external/libcxx/test/std/containers/associative/map/
types.pass.cpp 13 // class Allocator = allocator<pair<const Key, T>>>
22 // typedef Allocator allocator_type;
45 static_assert((std::is_same<C::allocator_type, std::allocator<std::pair<const int, double> > >::value), "");
  /external/libcxx/test/std/containers/associative/multimap/
types.pass.cpp 13 // class Allocator = allocator<pair<const Key, T>>>
22 // typedef Allocator allocator_type;
45 static_assert((std::is_same<C::allocator_type, std::allocator<std::pair<const int, double> > >::value), "");

Completed in 2012 milliseconds

<<21222324252627282930>>