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

<<21222324252627282930>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
trie_policy.hpp 54 typename Allocator>
59 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
62 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
69 typename Allocator = std::allocator<char> >
73 typedef typename Allocator::size_type size_type;
75 typedef typename Allocator::template rebind<key_type>::other key_rebind;
134 template<typename Const_Node_Iterator,typename Node_Iterator,class E_Access_Traits, typename Allocator>
137 trie_prefix_search_node_update<Const_Node_Iterator, Node_Iterator, E_Access_Traits,Allocator>
140 detail::trie_policy_base<Const_Node_Iterator,Node_Iterator,E_Access_Traits, Allocator>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
debug_map_base.hpp 75 typedef typename std::allocator<Key> key_allocator;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
trie_policy.hpp 55 typename Allocator>
60 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
63 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
70 typename Allocator = std::allocator<char> >
74 typedef typename Allocator::size_type size_type;
76 typedef typename Allocator::template rebind<key_type>::other key_rebind;
135 template<typename Const_Node_Iterator,typename Node_Iterator,class E_Access_Traits, typename Allocator>
138 trie_prefix_search_node_update<Const_Node_Iterator, Node_Iterator, E_Access_Traits,Allocator>
141 detail::trie_policy_base<Const_Node_Iterator,Node_Iterator,E_Access_Traits, Allocator>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
trie_policy.hpp 68 * @tparam _Alloc Allocator type.
74 typename _Alloc = std::allocator<char> >
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 53 template <class _Tp> class allocator;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
char_traits.h 53 template <class _Tp> class allocator;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
debug_map_base.hpp 75 typedef typename std::allocator<Key> key_allocator;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
trie_policy.hpp 55 typename Allocator>
60 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
63 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
70 typename Allocator = std::allocator<char> >
74 typedef typename Allocator::size_type size_type;
76 typedef typename Allocator::template rebind<key_type>::other key_rebind;
135 template<typename Const_Node_Iterator,typename Node_Iterator,class E_Access_Traits, typename Allocator>
138 trie_prefix_search_node_update<Const_Node_Iterator, Node_Iterator, E_Access_Traits,Allocator>
141 detail::trie_policy_base<Const_Node_Iterator,Node_Iterator,E_Access_Traits, Allocator>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
trie_policy.hpp 68 * @tparam _Alloc Allocator type.
74 typename _Alloc = std::allocator<char> >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
unordered_map.h 45 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
62 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
83 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
96 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
135 * @param __a An allocator object.
152 * @param __a An allocator object.
179 * @param __a An allocator object.
218 /// Returns the allocator object with which the %unordered_map was
502 * @param __x An %unordered_map of the same element and allocator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/
trie_policy.hpp 67 * @tparam _Alloc Allocator type.
73 typename _Alloc = std::allocator<char> >
  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp 25 SK_DEFINE_INST_COUNT(SkBitmap::Allocator)
379 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) {
382 if (NULL == allocator) {
383 allocator = &stdalloc;
385 return allocator->allocPixelRef(this, ctable);
433 /** We explicitly use the same allocator for our pixels that SkMask does,
1038 bool SkBitmap::copyTo(SkBitmap* dst, Config dstConfig, Allocator* alloc) const {
1089 // allocator/lock failed
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 25 SK_DEFINE_INST_COUNT(SkBitmap::Allocator)
379 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) {
382 if (NULL == allocator) {
383 allocator = &stdalloc;
385 return allocator->allocPixelRef(this, ctable);
433 /** We explicitly use the same allocator for our pixels that SkMask does,
1038 bool SkBitmap::copyTo(SkBitmap* dst, Config dstConfig, Allocator* alloc) const {
1089 // allocator/lock failed
    [all...]
  /external/v8/src/
isolate.cc 41 #include "lithium-allocator.h"
505 HeapStringAllocator allocator; local
507 StringStream accumulator(&allocator);
673 StringAllocator* allocator; local
675 allocator = new HeapStringAllocator();
677 allocator = preallocated_message_space_;
681 StringStream accumulator(allocator);
691 delete allocator;
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 241 // accidentally left by the memory allocator.
734 // (In particular we test that there's no complex STL's own allocator
735 // running on top of our allocator with hooks to heap profiler
760 // (In particular we test that there's no complex STL's own allocator
761 // running on top of our allocator with hooks to heap profiler
785 static void DirectTestSTLAlloc(Alloc allocator, const char* name) {
790 typename Alloc::pointer p = allocator.allocate(i*3+1);
793 // (i.e. STL's "allocator" does not have a direct hook to heap profiler)
798 allocator.deallocate(ptrs[i], i*3+1);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 241 // accidentally left by the memory allocator.
734 // (In particular we test that there's no complex STL's own allocator
735 // running on top of our allocator with hooks to heap profiler
760 // (In particular we test that there's no complex STL's own allocator
761 // running on top of our allocator with hooks to heap profiler
785 static void DirectTestSTLAlloc(Alloc allocator, const char* name) {
790 typename Alloc::pointer p = allocator.allocate(i*3+1);
793 // (i.e. STL's "allocator" does not have a direct hook to heap profiler)
798 allocator.deallocate(ptrs[i], i*3+1);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 282 // Counted ptr with no deleter or allocator support
322 // Support for custom deleter and/or allocator
329 // Helper class that stores the Deleter and also acts as an allocator.
414 // Override because the allocator needs to know the dynamic type
468 // The allocator's value_type doesn't matter, will rebind it anyway.
469 typedef std::allocator<int> _Alloc;
471 typedef std::allocator<_Sp_cd_type> _Alloc2;
617 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>,
628 return new _Sp_counted_deleter<_Tp*, _Del2, std::allocator<_Tp>,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 282 // Counted ptr with no deleter or allocator support
322 // Support for custom deleter and/or allocator
329 // Helper class that stores the Deleter and also acts as an allocator.
414 // Override because the allocator needs to know the dynamic type
468 // The allocator's value_type doesn't matter, will rebind it anyway.
469 typedef std::allocator<int> _Alloc;
471 typedef std::allocator<_Sp_cd_type> _Alloc2;
617 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>,
628 return new _Sp_counted_deleter<_Tp*, _Del2, std::allocator<_Tp>,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 282 // Counted ptr with no deleter or allocator support
322 // Support for custom deleter and/or allocator
329 // Helper class that stores the Deleter and also acts as an allocator.
414 // Override because the allocator needs to know the dynamic type
468 // The allocator's value_type doesn't matter, will rebind it anyway.
469 typedef std::allocator<int> _Alloc;
471 typedef std::allocator<_Sp_cd_type> _Alloc2;
617 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>,
628 return new _Sp_counted_deleter<_Tp*, _Del2, std::allocator<_Tp>,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 282 // Counted ptr with no deleter or allocator support
322 // Support for custom deleter and/or allocator
329 // Helper class that stores the Deleter and also acts as an allocator.
414 // Override because the allocator needs to know the dynamic type
468 // The allocator's value_type doesn't matter, will rebind it anyway.
469 typedef std::allocator<int> _Alloc;
471 typedef std::allocator<_Sp_cd_type> _Alloc2;
617 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>,
628 return new _Sp_counted_deleter<_Tp*, _Del2, std::allocator<_Tp>,
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 62 // We will try creating a new allocator from scratch after a delay of this
165 PortAllocator *allocator) :
168 allocator_(allocator),
186 // Add the allocator session to our list so that we know which sessions
209 // Kick off an allocator session
501 // Time for a new allocator, lets make sure we have a signalling channel
684 // were writable, go into the connecting state (kick off a new allocator
691 // If we were writable, let's kick off an allocator session immediately
702 // but they were also timed out, we really need a new allocator.
708 // We weren't timed out before, so kick off an allocator now (we'll stil
    [all...]
  /external/chromium_org/base/allocator/
allocator_extension_thunks.target.darwin-arm.mk 26 base/allocator/allocator_extension_thunks.cc
allocator_extension_thunks.target.darwin-mips.mk 26 base/allocator/allocator_extension_thunks.cc
allocator_extension_thunks.target.darwin-x86.mk 26 base/allocator/allocator_extension_thunks.cc
allocator_extension_thunks.target.linux-arm.mk 26 base/allocator/allocator_extension_thunks.cc

Completed in 1250 milliseconds

<<21222324252627282930>>