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

<<31323334353637383940>>

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 362 // Counted ptr with no deleter or allocator support
430 // Support for custom deleter and/or allocator
527 // Override because the allocator needs to know the dynamic type
580 : __shared_count(__p, std::move(__d), allocator<void>())
647 = _Sp_counted_deleter<_Ptr, _Del2, allocator<void>, _Lp>;
648 using _Alloc = allocator<_Sp_cd_type>;
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 798 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <char, char_traits<char>, allocator<char> > >;
800 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >;
803 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >;
805 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesMipmapSparseResidency.cpp 183 // Create memory allocator for logical device
184 const de::UniquePtr<Allocator> allocator(new SimpleAllocator(deviceInterface, *m_logicalDevice, deviceMemoryProperties));
441 const de::UniquePtr<Buffer> inputBuffer(new Buffer(deviceInterface, *m_logicalDevice, *allocator, inputBufferCreateInfo, MemoryRequirement::HostVisible));
501 const de::UniquePtr<Buffer> outputBuffer(new Buffer(deviceInterface, *m_logicalDevice, *allocator, outputBufferCreateInfo, MemoryRequirement::HostVisible));
  /art/compiler/optimizing/
intrinsics_arm64.cc 1748 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetArena(); local
1982 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetArena(); local
    [all...]
bounds_check_elimination.cc 305 ValueRange(ArenaAllocator* allocator, ValueBound lower, ValueBound upper)
306 : allocator_(allocator), lower_(lower), upper_(upper) {}
383 MonotonicValueRange(ArenaAllocator* allocator,
390 : ValueRange(allocator, ValueBound::Min(), ValueBound::Max()),
    [all...]
  /external/v8/
Android.v8common.mk 121 src/compiler/register-allocator.cc \
122 src/compiler/register-allocator-verifier.cc \
171 src/crankshaft/lithium-allocator.cc \
242 src/interpreter/bytecode-register-allocator.cc \
374 src/base/accounting-allocator.cc \
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp     [all...]
  /art/runtime/
class_linker.h 27 #include "base/allocator.h"
440 LinearAlloc* allocator,
444 LinearAlloc* allocator,
590 // allocator for this class loader is already created.
669 LinearAlloc* allocator; member in struct:art::ClassLinker::ClassLoaderData
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 3852 Allocator& allocator = context.getDefaultAllocator(); local
    [all...]
  /external/v8/src/ast/
ast.cc 388 ZoneAllocationPolicy allocator(zone);
391 allocator);
402 ZoneHashMap::Entry* entry = table.LookupOrInsert(literal, hash, allocator);
    [all...]
  /external/v8/src/
isolate.h 15 #include "src/base/accounting-allocator.h"
    [all...]
  /art/compiler/
compiled_method.h 111 template <class Allocator>
112 class SrcMap FINAL : public std::vector<SrcMapElem, Allocator> {
114 using std::vector<SrcMapElem, Allocator>::begin;
115 using typename std::vector<SrcMapElem, Allocator>::const_iterator;
116 using std::vector<SrcMapElem, Allocator>::empty;
117 using std::vector<SrcMapElem, Allocator>::end;
118 using std::vector<SrcMapElem, Allocator>::resize;
119 using std::vector<SrcMapElem, Allocator>::shrink_to_fit;
120 using std::vector<SrcMapElem, Allocator>::size;
123 explicit SrcMap(const Allocator& alloc) : std::vector<SrcMapElem, Allocator>(alloc) {
    [all...]
  /external/dng_sdk/source/
dng_xmp.cpp 33 dng_xmp::dng_xmp (dng_memory_allocator &allocator)
35 : fAllocator (allocator)
    [all...]
  /external/libcxx/src/
string.cpp 33 operator+<char, char_traits<char>, allocator<char> >(char const*, string const&);
  /external/llvm/include/llvm/ADT/
IntervalMap.h 43 // typedef RecyclingAllocator<...> Allocator;
47 // explicit IntervalMap(Allocator&);
105 #include "llvm/Support/Allocator.h"
456 /// Allocator - The recycling allocator used for both branch and leaf nodes.
458 /// reasonably sized entries, so the same allocator can be shared among
461 AllocBytes, CacheLineBytes> Allocator;
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.h 562 LAllocatorPhase(const char* name, LAllocator* allocator);
  /external/webrtc/webrtc/p2p/base/
faketransportcontroller.h 352 // Note that we only have a constructor with the allocator parameter so it can
354 FakeTransport(const std::string& name, PortAllocator* allocator)
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 1891 sp<IBinder> allocator; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 32 operator+<char, char_traits<char>, allocator<char> >(char const*, string const&);
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 50 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
_tree.h 92 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
_vector.h 97 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /ndk/tests/device/test-gnustl-full/unit/
vector_test.cpp 506 /* This allocator implementation purpose is simply to break some
507 * internal STLport mecanism specific to the STLport own allocator
510 struct NotSTLportAllocator : public allocator<_Tp> {
  /ndk/tests/device/test-stlport/unit/
vector_test.cpp 506 /* This allocator implementation purpose is simply to break some
507 * internal STLport mecanism specific to the STLport own allocator
510 struct NotSTLportAllocator : public allocator<_Tp> {

Completed in 1758 milliseconds

<<31323334353637383940>>