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

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/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.
169 * @param __a An allocator object.
177 * @brief Copy constructor with allocator argument.
179 * @param __a An allocator object
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_complex.c 93 basic_ostringstream<_CharT, _Traits, allocator<_CharT> > __tmp;
_pthread_alloc.h 30 * Pthread-specific node allocator.
31 * This is similar to the default allocator, except that free-list
45 # error POSIX specific allocator implementation. Your system do not seems to \
51 # error You cannot use per thread allocator implementation without building \
65 // Pthread-specific allocator.
98 typedef pthread_alloc _S_Alloc; // The underlying allocator.
163 * This method do not have to be part of a user defined allocator implementation
244 //The default allocator implementation which is recognize thanks to the
272 // per_thread_allocator<> : this allocator always return memory to the same thread
278 typedef pthread_alloc _S_Alloc; // The underlying allocator
    [all...]
  /prebuilts/ndk/current/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>) >
  /system/core/libmemunreachable/
LeakFolding.cpp 19 #include "Allocator.h"
32 Allocator<SCCInfo> scc_allocator = allocator_;
35 Allocator<SCCInfo>::unique_ptr leak_scc;
73 Allocator<LeakInfo> leak_allocator = allocator_;
113 bool LeakFolding::Leaked(allocator::vector<LeakFolding::Leak>& leaked,
  /art/runtime/gc/space/
malloc_space.cc 195 void* allocator = CreateAllocator(End(), starting_size_, initial_size_, capacity, local
202 *out_malloc_space = CreateInstance(mem_map.release(), alloc_space_name, allocator, End(), end,
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.hpp 66 vk::Allocator& allocator,
87 vk::Allocator& allocator,
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 42 // * You may not malloc. There's an alternative allocator in memory.h and
140 memory_blocks_(dumper_->allocator()),
434 reinterpret_cast<uint8_t*>(dumper_->allocator()->Alloc(iter->length));
780 wasteful_vector<char> dso_debug_data(dumper_->allocator(), dynamic_length);
795 return dumper_->allocator()->Alloc(bytes);
841 PageAllocator allocator; local
842 ProcCpuInfoReader* const reader = new(allocator) ProcCpuInfoReader(fd);
1014 PageAllocator allocator; local
    [all...]
  /external/skia/src/gpu/
GrSWMaskHelper.cpp 143 SkTBlitterAllocator allocator; local
148 fPixels.width(), fPixels.height(), fCompressedBuffer.get(), &allocator,
  /external/v8/src/
disassembler.cc 190 HeapStringAllocator allocator; local
191 StringStream accumulator(&allocator);
list-inl.h 136 void List<T, P>::Allocate(int length, P allocator) {
138 Initialize(length, allocator);
  /external/v8/test/mjsunit/regress/
regress-319722-ArrayBuffer.js 28 // Flags: --nostress-opt --allow-natives-syntax --mock-arraybuffer-allocator
  /external/v8/test/mjsunit/
unbox-double-arrays.js 59 function testOneArrayType(allocator) {
60 var large_array = new allocator(large_array_size);
254 var large_array = new allocator(large_array_size);
286 var large_array = new allocator(large_array_size);
  /external/webrtc/webrtc/p2p/base/
transport.cc 66 Transport::Transport(const std::string& name, PortAllocator* allocator)
67 : name_(name), allocator_(allocator) {}
  /frameworks/base/libs/hwui/
RecordingCanvas.h 215 LinearAllocator& alloc() { return mDisplayList->allocator; }
223 T* dstBuffer = (T*) mDisplayList->allocator.alloc<T>(count * sizeof(T));
  /frameworks/base/libs/hwui/tests/unit/
BakedOpDispatcherTests.cpp 58 LinearAllocator allocator; local
60 auto state = BakedOpState::tryConstruct(allocator, *snapshot, *op);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 30 * Pthread-specific node allocator.
31 * This is similar to the default allocator, except that free-list
45 # error POSIX specific allocator implementation. Your system do not seems to \
51 # error You cannot use per thread allocator implementation without building \
65 // Pthread-specific allocator.
98 typedef pthread_alloc _S_Alloc; // The underlying allocator.
163 * This method do not have to be part of a user defined allocator implementation
244 //The default allocator implementation which is recognize thanks to the
272 // per_thread_allocator<> : this allocator always return memory to the same thread
278 typedef pthread_alloc _S_Alloc; // The underlying allocator
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
writer.h 50 \tparam StackAllocator Type of allocator for allocating memory of stack.
60 \param stackAllocator User supplied allocator. If it is null, it will create a private one.
68 Writer(StackAllocator* allocator = 0, size_t levelDepth = kDefaultLevelDepth) :
69 os_(0), level_stack_(allocator, levelDepth * sizeof(Level)), hasRoot_(false) {}
  /art/runtime/gc/
heap.cc 25 #include "base/allocator.h"
256 // If we aren't the zygote, switch to the default non zygote allocator. This may update the
    [all...]
  /device/google/contexthub/firmware/src/
osApi.c 246 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); local
248 slabAllocatorDestroy(allocator);
253 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); local
255 *retValP = (uintptr_t)slabAllocatorAlloc(allocator);
260 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); local
263 slabAllocatorFree(allocator, mem);
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraChannel.cpp 164 * @allocator : stream related buffer allocator
178 int32_t QCameraChannel::addStream(QCameraAllocator &allocator,
195 QCameraStream *pStream = new QCameraStream(allocator,
863 * @allocator : stream related buffer allocator
878 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig,
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraChannel.cpp 164 * @allocator : stream related buffer allocator
178 int32_t QCameraChannel::addStream(QCameraAllocator &allocator,
195 QCameraStream *pStream = new QCameraStream(allocator,
863 * @allocator : stream related buffer allocator
878 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 448 Allocator& allocator = m_context.getDefaultAllocator(); local
477 m_resultImage = de::MovePtr<Image>(new Image(deviceInterface, device, allocator, imageParams, MemoryRequirement::Any));
484 const Buffer inputBuffer(deviceInterface, device, allocator, makeBufferCreateInfo(imageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_SRC_BIT), MemoryRequirement::HostVisible);
504 m_outputBuffer = de::MovePtr<Buffer>(new Buffer(deviceInterface, device, allocator, makeBufferCreateInfo(outBuffSizeInBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible));
749 Allocator& allocator = m_context.getDefaultAllocator(); local
779 m_intermResultsImage = de::MovePtr<Image>(new Image(deviceInterface, device, allocator, imageParams, MemoryRequirement::Any));
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >;
42 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree_base<void*, allocator<void*> >;
47 _SetTraitsT<void*>, allocator<void*> >;
51 _SetTraitsT<void*>, allocator<void*> >;
56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
303 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >

Completed in 2040 milliseconds

<<21222324252627282930>>