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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iosfwd.h 45 _STLP_DFL_TMPL_PARAM(_Allocator , allocator<_CharT>) >
49 _STLP_DFL_TMPL_PARAM(_Allocator , allocator<_CharT>) >
53 _STLP_DFL_TMPL_PARAM(_Allocator , allocator<_CharT>) >
57 _STLP_DFL_TMPL_PARAM(_Allocator , allocator<_CharT>) >
125 typedef basic_stringbuf<char, char_traits<char>, allocator<char> > stringbuf;
126 typedef basic_istringstream<char, char_traits<char>, allocator<char> > istringstream;
127 typedef basic_ostringstream<char, char_traits<char>, allocator<char> > ostringstream;
128 typedef basic_stringstream<char, char_traits<char>, allocator<char> > stringstream;
142 typedef basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstringbuf;
143 typedef basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wistringstream
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmapScaler.h 96 SkBitmap::Allocator* allocator = NULL);
105 SkBitmap::Allocator* allocator = NULL);
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_external_bitmap_impl.cc 18 SharedMemoryAllocationFunction allocator) {
19 g_memory_allocator = allocator;
  /external/skia/src/core/
SkBitmapScaler.h 96 SkBitmap::Allocator* allocator = NULL);
105 SkBitmap::Allocator* allocator = NULL);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stringfwd.h 45 class allocator;
51 typename _Alloc = allocator<_CharT> >
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stringfwd.h 48 class allocator;
60 typename _Alloc = allocator<_CharT> >
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stringfwd.h 48 class allocator;
60 typename _Alloc = allocator<_CharT> >
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stringfwd.h 45 class allocator;
51 typename _Alloc = allocator<_CharT> >
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stringfwd.h 45 class allocator;
51 typename _Alloc = allocator<_CharT> >
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stringfwd.h 45 class allocator;
51 typename _Alloc = allocator<_CharT> >
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stringfwd.h 45 class allocator;
51 typename _Alloc = allocator<_CharT> >
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stringfwd.h 48 class allocator;
60 typename _Alloc = allocator<_CharT> >
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stringfwd.h 48 class allocator;
60 typename _Alloc = allocator<_CharT> >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stringfwd.h 48 class allocator;
60 typename _Alloc = allocator<_CharT> >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stringfwd.h 48 class allocator;
60 typename _Alloc = allocator<_CharT> >
  /external/chromium_org/v8/src/
hashmap.h 52 AllocationPolicy allocator = AllocationPolicy());
72 AllocationPolicy allocator = AllocationPolicy());
109 void Initialize(uint32_t capacity, AllocationPolicy allocator);
110 void Resize(AllocationPolicy allocator);
117 MatchFun match, uint32_t initial_capacity, AllocationPolicy allocator) {
119 Initialize(initial_capacity, allocator);
132 void* key, uint32_t hash, bool insert, AllocationPolicy allocator) {
149 Resize(allocator);
279 uint32_t capacity, AllocationPolicy allocator) {
281 map_ = reinterpret_cast<Entry*>(allocator.New(capacity * sizeof(Entry)))
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 67 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64);
68 Allocator *allocator() { function in namespace:__tsan
69 return reinterpret_cast<Allocator*>(&allocator_placeholder);
73 allocator()->Init();
77 allocator()->InitCache(&thr->alloc_cache);
82 allocator()->DestroyCache(&thr->alloc_cache);
87 allocator()->PrintStats();
108 void *p = allocator()->Allocate(&thr->alloc_cache, sz, align);
111 MBlock *b = new(allocator()->GetMetaData(p)) MBlock
    [all...]
  /external/chromium_org/base/allocator/
allocator_extension.h 10 #include "base/allocator/allocator_extension_thunks.h"
15 namespace allocator { namespace in namespace:base
17 // Request the allocator to report value of its waste memory size.
26 // Request that the allocator print a human-readable description of the current
27 // state of the allocator into a null-terminated string in the memory segment
34 // Request that the allocator release any free memory it knows about to the
39 // These settings allow specifying a callback used to implement the allocator
41 // once. These will typically called in an allocator-specific initialization
56 } // namespace allocator
allocator_extension_thunks.h 11 namespace allocator { namespace in namespace:base
15 // new allocator extension from a specific allocator implementation to base.
33 } // namespace allocator
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p8.cpp 79 template <class Tp> class allocator;
82 class allocator<void> class in namespace:redecl::n1
89 class allocator class in namespace:redecl::n1
94 void allocate(allocator<void>::const_pointer = 0);
  /external/clang/test/CodeGenCXX/
lpad-linetable.cpp 14 class allocator class in namespace:std
19 { typedef allocator<_Tp1> other; };
20 ~allocator() throw() { }
37 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
  /external/valgrind/main/drd/tests/
custom_alloc_fiw.stderr.exp 2 --free-is-write=yes is incompatible with custom memory allocator client requests
6 --free-is-write=yes is incompatible with custom memory allocator client requests
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
default.pass.cpp 21 template <class T, class Allocator>
25 std::deque<T, Allocator> d;
31 test<int, std::allocator<int> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.const/
default.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
14 // match_results(const Allocator& a = Allocator());
26 assert(m.get_allocator() == std::allocator<std::sub_match<const CharT*> >());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
address.pass.cpp 12 // allocator:
24 const std::allocator<T> a;

Completed in 963 milliseconds

1 2 34 5 6 7 8 91011>>