HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 601 - 625 of 1382) sorted by null

<<21222324252627282930>>

  /external/gemmlowp/internal/
multi_thread_gemm.h 210 Allocator* local_allocator;
331 // Each thread had a local allocator so they can allocate temporary
333 Allocator local_allocator_;
472 Allocator* main_thread_task_allocator() {
492 // dedicated allocator for that (separate from the base allocator_)
495 Allocator main_thread_task_allocator_;
602 Allocator* allocator = context->allocator(); local
611 Side::Rhs, allocator, block_params)
    [all...]
  /prebuilts/ndk/r10/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>) >
  /prebuilts/ndk/r11/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>) >
  /prebuilts/ndk/r13/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/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 94 Allocator& allocator = context.getAllocator(); local
110 m_vertexBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator,
125 m_indexBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator,
575 Allocator& allocator = m_context.getAllocator(); local
580 vk, device, allocator, makeBufferCreateInfo(m_resource.getBuffer().size, hostBufferUsage), MemoryRequirement::HostVisible));
680 Allocator& allocator = m_context.getAllocator(); local
683 vk, device, allocator, makeBufferCreateInfo(m_bufferSize, VK_BUFFER_USAGE_TRANSFER_SRC_BIT | VK_BUFFER_USAGE_TRANSFER_DS (…)
964 Allocator& allocator = context.getAllocator(); local
1061 Allocator& allocator = context.getAllocator(); local
1128 Allocator& allocator = m_context.getAllocator(); local
1255 Allocator& allocator = m_context.getAllocator(); local
1755 Allocator& allocator = m_context.getAllocator(); local
1815 Allocator& allocator = m_context.getAllocator(); local
1948 Allocator& allocator = m_context.getAllocator(); local
2033 Allocator& allocator = m_context.getAllocator(); local
2252 Allocator& allocator = context.getAllocator(); local
2742 Allocator& allocator = context.getAllocator(); local
2884 Allocator& allocator = m_context.getAllocator(); local
3186 Allocator& allocator = context.getAllocator(); local
3412 Allocator& allocator = context.getAllocator(); local
    [all...]
  /external/v8/src/compiler/
graph-visualizer.cc 21 #include "src/compiler/register-allocator.h"
238 AccountingAllocator allocator; local
239 Zone tmp_zone(&allocator, ZONE_NAME);
628 AccountingAllocator allocator; local
629 Zone tmp_zone(&allocator, ZONE_NAME);
636 AccountingAllocator allocator; local
637 Zone tmp_zone(&allocator, ZONE_NAME);
646 AccountingAllocator allocator; local
647 Zone tmp_zone(&allocator, ZONE_NAME);
657 AccountingAllocator allocator; 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);
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryPassthroughTests.cpp 427 Allocator& allocator = m_context.getDefaultAllocator(); local
430 const Buffer tessLevelsBuffer (vk, device, allocator, makeBufferCreateInfo(sizeof(TessLevels), VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible);
444 const Buffer vertexBuffer (vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible);
474 const Image colorAttachmentImage (vk, device, allocator,
482 const Buffer colorBuffer1 (vk, device, allocator, makeBufferCreateInfo(colorBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible);
483 const Buffer colorBuffer2 (vk, device, allocator, makeBufferCreateInfo(colorBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible);
  /frameworks/native/libs/ui/
GraphicBuffer.cpp 109 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get());
110 allocator.free(handle);
146 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get());
147 allocator.free(handle);
169 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get(); local
171 status_t err = allocator.allocate(inWidth, inHeight, inFormat, inLayerCount,
  /prebuilts/ndk/r10/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/r11/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/r13/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.
  /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/libcxx/test/support/
uses_alloc_types.hpp 20 // There are two forms of uses-allocator construction:
23 // 'UA_None' represents non-uses allocator construction.
59 // Implements form (1) of uses-allocator construction from the specified
61 // non-uses allocator construction from 'N' arguments. This test type
62 // blows up when form (2) of uses-allocator is even considered.
66 // Implements form (2) of uses-allocator construction from the specified
68 // non-uses allocator construction from 'N' arguments.
72 // Implements both form (1) and (2) of uses-allocator construction from
74 // provides non-uses allocator construction from 'N' arguments.
78 // Implements both form (1) and (2) of uses-allocator construction fro
157 Alloc allocator; member in struct:UsesAllocatorType::UsesAllocatorTestBaseStorage
    [all...]
  /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);
  /art/compiler/optimizing/
register_allocator_linear_scan.h 39 * An implementation of a linear scan register allocator on an `HGraph` with SSA form.
43 RegisterAllocatorLinearScan(ArenaAllocator* allocator,
68 // Main methods of the allocator.
  /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

Completed in 976 milliseconds

<<21222324252627282930>>