HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 676 - 700 of 1067) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_multiset.h 85 typename _Alloc = std::allocator<_Key> >
137 * @param a An allocator object.
163 * @param a An allocator object.
178 * @param x A %multiset of identical element and allocator types.
189 * @param x A %multiset of identical element and allocator types.
201 * @param a An allocator object.
216 * @param x A %multiset of identical element and allocator types.
219 * the allocator object is not copied.
231 * @param x A %multiset of identical element and allocator types.
372 * @param x A %multiset of the same element and allocator types
    [all...]
stl_set.h 81 * @param Alloc Allocator type, defaults to allocator<Key>.
88 typename _Alloc = std::allocator<_Key> >
144 * @param a An allocator object.
170 * @param a An allocator object.
185 * @param x A %set of identical element and allocator types.
196 * @param x A %set of identical element and allocator types.
208 * @param a An allocator object.
223 * @param x A %set of identical element and allocator types.
226 * the allocator object is not copied
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
multiset.h 40 typename _Allocator = std::allocator<_Key> >
set.h 40 typename _Allocator = std::allocator<_Key> >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 282 // Counted ptr with no deleter or allocator support
322 // Support for custom deleter and/or allocator
326 // Helper class that stores the Deleter and also acts as an allocator.
384 // Helper class that stores the pointer and also acts as an allocator.
412 // Override because the allocator needs to know the dynamic type
467 // The allocator's value_type doesn't matter, will rebind it anyway.
468 typedef std::allocator<int> _Alloc;
624 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>,
635 return new _Sp_counted_deleter<_Tp*, _Del2, std::allocator<_Tp>,
    [all...]
stl_multiset.h 87 typename _Alloc = std::allocator<_Key> >
139 * @param __a An allocator object.
165 * @param __a An allocator object.
180 * @param __x A %multiset of identical element and allocator types.
191 * @param __x A %multiset of identical element and allocator types.
204 * @param __a An allocator object.
219 * @param __x A %multiset of identical element and allocator types.
222 * constructor, the allocator object is not copied.
234 * @param __x A %multiset of identical element and allocator types.
376 * @param __x A %multiset of the same element and allocator types
    [all...]
stl_set.h 83 * @tparam _Alloc Allocator type, defaults to allocator<Key>.
90 typename _Alloc = std::allocator<_Key> >
146 * @param __a An allocator object.
173 * @param __a An allocator object.
189 * @param __x A %set of identical element and allocator types.
200 * @param __x A %set of identical element and allocator types.
213 * @param __a An allocator object.
228 * @param __x A %set of identical element and allocator types.
231 * constructor, the allocator object is not copied
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 40 typename _Allocator = std::allocator<_Key> >
set.h 40 typename _Allocator = std::allocator<_Key> >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
shared_ptr_base.h 279 // Counted ptr with no deleter or allocator support
319 // Support for custom deleter and/or allocator
323 // Helper class that stores the Deleter and also acts as an allocator.
381 // Helper class that stores the pointer and also acts as an allocator.
409 // Override because the allocator needs to know the dynamic type
464 // The allocator's value_type doesn't matter, will rebind it anyway.
465 typedef std::allocator<int> _Alloc;
620 return new _Sp_counted_deleter<_Ptr, _Del, std::allocator<void>,
632 return new _Sp_counted_deleter<_Ptr, _Del2, std::allocator<void>,
    [all...]
stl_multiset.h 77 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
91 typename _Alloc = std::allocator<_Key> >
143 * @param __a An allocator object.
169 * @param __a An allocator object.
184 * @param __x A %multiset of identical element and allocator types.
195 * @param __x A %multiset of identical element and allocator types.
208 * @param __a An allocator object.
223 * @param __x A %multiset of identical element and allocator types.
226 * constructor, the allocator object is not copied
    [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc 12 #include "base/allocator/allocator_extension.h"
803 base::allocator::ReleaseFreeMemory();
841 base::allocator::ReleaseFreeMemory();
    [all...]
  /frameworks/native/libs/gui/
BufferQueue.cpp 68 BufferQueue::BufferQueue(const sp<IGraphicBufferAlloc>& allocator) :
89 if (allocator == NULL) {
96 mGraphicBufferAlloc = allocator;
    [all...]
  /external/qemu/
console.c     [all...]
  /external/chromium_org/v8/src/
isolate.cc 43 #include "lithium-allocator.h"
569 HeapStringAllocator allocator; local
571 StringStream accumulator(&allocator);
856 StringAllocator* allocator; local
858 allocator = new HeapStringAllocator();
860 allocator = preallocated_message_space_;
864 StringStream accumulator(allocator);
874 delete allocator;
    [all...]
lithium-allocator.h 154 // A register-allocator view of a Lithium instruction. It contains the id of
649 LAllocatorPhase(const char* name, LAllocator* allocator);
  /external/v8/src/
profile-generator.cc     [all...]
  /art/runtime/
Android.mk 46 gc/allocator/dlmalloc.cc \
  /external/llvm/include/llvm/ADT/
IntervalMap.h 43 // typedef RecyclingAllocator<...> Allocator;
47 // explicit IntervalMap(Allocator&);
104 #include "llvm/Support/Allocator.h"
455 /// Allocator - The recycling allocator used for both branch and leaf nodes.
457 /// reasonably sized entries, so the same allocator can be shared among
460 AllocBytes, CacheLineBytes> Allocator;
    [all...]
  /external/stlport/stlport/stl/
_time_facets.c 154 typedef basic_string<_Ch, char_traits<_Ch>, allocator<_Ch> > string_type;
  /external/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>) >
  /external/stlport/test/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/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 29 operator+<char, char_traits<char>, allocator<char> >(char const*, string const&);

Completed in 1191 milliseconds

<<21222324252627282930>>