HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 626 - 650 of 1347) sorted by null

<<21222324252627282930>>

  /art/runtime/native/
dalvik_system_VMRuntime.cc 25 #include "gc/allocator/dlmalloc.h"
77 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator(); local
79 array_class->GetComponentSize(), allocator);
101 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); local
103 array_class->GetComponentSize(), allocator,
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStream.h 52 QCameraStream(QCameraAllocator &allocator,
  /external/chromium_org/content/browser/
browser_main_runner.cc 7 #include "base/allocator/allocator_shim.h"
185 // allocator selection is not supported.
189 base::allocator::SetupSubprocessAllocator();
  /external/chromium_org/third_party/angle/src/compiler/translator/
Compiler.h 46 // Memory allocator. Allocates and tracks memory required by the compiler.
48 TPoolAllocator allocator; member in class:TShHandleBase
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmanager.h 55 SessionManager(PortAllocator *allocator,
  /external/chromium_org/third_party/skia/src/core/
SkCoreBlitters.h 201 SkTBlitterAllocator* allocator);
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.cc 261 bool RegisterSystemAllocator(SysAllocator *allocator, int priority) {
269 // The current system allocator
  /external/chromium_org/v8/src/heap/
mark-compact.h 332 INLINE(static bool AddTo(SlotsBufferAllocator* allocator,
338 allocator->DeallocateChain(buffer_address);
341 buffer = allocator->AllocateBuffer(buffer);
350 static bool AddTo(SlotsBufferAllocator* allocator,
  /external/chromium_org/v8/src/
lithium.cc 444 LAllocator allocator(values, graph);
445 LChunkBuilder builder(info, graph, &allocator);
449 if (!allocator.Allocate(chunk)) {
455 allocator.assigned_double_registers());
646 // For ordinary values, tell the register allocator we need the value
  /external/eigen/Eigen/src/StlSupport/
StdVector.h 18 * std::vector such that for data types with alignment issues the correct allocator
25 class vector<__VA_ARGS__, std::allocator<__VA_ARGS__> > \
  /external/libcxx/test/containers/associative/map/
types.pass.cpp 13 // class Allocator = allocator<pair<const Key, T>>>
22 // typedef Allocator allocator_type;
44 static_assert((std::is_same<std::map<int, double>::allocator_type, std::allocator<std::pair<const int, double> > >::value), "");
  /external/libcxx/test/containers/associative/multimap/
types.pass.cpp 13 // class Allocator = allocator<pair<const Key, T>>>
22 // typedef Allocator allocator_type;
44 static_assert((std::is_same<std::multimap<int, double>::allocator_type, std::allocator<std::pair<const int, double> > >::value), "");
  /external/libvterm/src/
vterm_internal.h 116 VTermAllocatorFunctions *allocator; member in struct:VTerm
  /external/skia/src/core/
SkCoreBlitters.h 201 SkTBlitterAllocator* allocator);
  /external/stlport/stlport/stl/
_complex.c 93 basic_ostringstream<_CharT, _Traits, allocator<_CharT> > __tmp;
  /external/stlport/stlport/stl/pointers/
_slist.h 40 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base, _VoidPtrSNode, allocator<_VoidPtrSNode> >;
41 _STLP_EXPORT_TEMPLATE_CLASS _Slist_base<void*, allocator<void*> >;
42 _STLP_EXPORT_TEMPLATE_CLASS SLIST_IMPL<void*, allocator<void*> >;
52 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /external/stlport/test/unit/
multiset_test.cpp 105 typedef multiset<int, fn_type, allocator<int> > fn_mset;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/
types.pass.cpp 13 // class Allocator = allocator<pair<const Key, T>>>
22 // typedef Allocator allocator_type;
44 static_assert((std::is_same<std::map<int, double>::allocator_type, std::allocator<std::pair<const int, double> > >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/
types.pass.cpp 13 // class Allocator = allocator<pair<const Key, T>>>
22 // typedef Allocator allocator_type;
44 static_assert((std::is_same<std::multimap<int, double>::allocator_type, std::allocator<std::pair<const int, double> > >::value), "");
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.c 93 basic_ostringstream<_CharT, _Traits, allocator<_CharT> > __tmp;
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 40 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base, _VoidPtrSNode, allocator<_VoidPtrSNode> >;
41 _STLP_EXPORT_TEMPLATE_CLASS _Slist_base<void*, allocator<void*> >;
42 _STLP_EXPORT_TEMPLATE_CLASS SLIST_IMPL<void*, allocator<void*> >;
52 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /ndk/tests/device/test-gnustl-full/unit/
multiset_test.cpp 105 typedef multiset<int, fn_type, allocator<int> > fn_mset;
  /ndk/tests/device/test-stlport/unit/
multiset_test.cpp 105 typedef multiset<int, fn_type, allocator<int> > fn_mset;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
unordered_map.h 42 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
111 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
248 * @param Alloc Allocator type, defaults to allocator<Key>.
255 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
316 * @param Alloc Allocator type, defaults to allocator<Key>.
323 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_set.h 44 typename _Alloc = std::allocator<_Value>,
59 typename _Alloc = std::allocator<_Value>,
81 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
92 class _Alloc = std::allocator<_Value> >
129 * @param __a An allocator object.
146 * @param __a An allocator object.
173 * @param __a An allocator object.
212 /// Returns the allocator object with which the %unordered_set was
476 * @param __x An %unordered_set of the same element and allocator
    [all...]

Completed in 2000 milliseconds

<<21222324252627282930>>