HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 176 - 200 of 764) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
standard_policies.hpp 123 struct default_trie_e_access_traits<std::basic_string<Char, Char_Traits, std::allocator<char> > >
126 typedef std::basic_string<Char, Char_Traits, std::allocator<char> > string_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/
standard_policies.hpp 123 struct default_trie_e_access_traits<std::basic_string<Char, Char_Traits, std::allocator<char> > >
126 typedef std::basic_string<Char, Char_Traits, std::allocator<char> > string_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
standard_policies.hpp 123 struct default_trie_e_access_traits<std::basic_string<Char, Char_Traits, std::allocator<char> > >
126 typedef std::basic_string<Char, Char_Traits, std::allocator<char> > string_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_construct.h 84 // 402. wrong new expression in [some_]allocator::construct
133 * Destroy a range of objects using the supplied allocator. For
138 template <typename _Tp> class allocator;
153 allocator<_Tp>&)
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 99 template < typename _Tp > struct allocator:new_allocator < _Tp > { struct in inherits:new_allocator
113 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { };
139 template < typename _Tp > class allocator:__gnu_cxx::new_allocator < _Tp > { class in namespace:std
143 template < typename _Tp, typename _Alloc = std::allocator < _Tp > >class vector:_Vector_base < _Tp,
200 std::allocator;
205 allocator < _Tp > >class hash_map {
  /external/webkit/Source/JavaScriptCore/wtf/
TCPageMap.h 68 void init(void* (*allocator)(size_t)) {
69 array_ = reinterpret_cast<void**>((*allocator)(sizeof(void*) << BITS));
117 void* (*allocator_)(size_t); // Memory allocator
122 void init(void* (*allocator)(size_t)) {
123 allocator_ = allocator;
211 void* (*allocator_)(size_t); // Memory allocator
224 void init(void* (*allocator)(size_t)) {
225 allocator_ = allocator;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
throw_allocator.h 39 * Contains an exception-throwing allocator, useful for testing
151 // allocator.
155 // See if a given label has been allocated by this allocator.
185 * @brief Allocator class with logging and exception control.
218 { return std::allocator<value_type>().max_size(); }
221 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
227 value_type* const a = std::allocator<value_type>().allocate(__n, hint);
234 { return std::allocator<value_type>().construct(__p, val); }
241 return std::allocator<value_type>().
248 { std::allocator<value_type>().destroy(__p);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 39 * Contains an exception-throwing allocator, useful for testing
151 // allocator.
155 // See if a given label has been allocated by this allocator.
185 * @brief Allocator class with logging and exception control.
218 { return std::allocator<value_type>().max_size(); }
221 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
227 value_type* const a = std::allocator<value_type>().allocate(__n, hint);
234 { return std::allocator<value_type>().construct(__p, val); }
241 return std::allocator<value_type>().
248 { std::allocator<value_type>().destroy(__p);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 39 * Contains an exception-throwing allocator, useful for testing
151 // allocator.
155 // See if a given label has been allocated by this allocator.
185 * @brief Allocator class with logging and exception control.
218 { return std::allocator<value_type>().max_size(); }
221 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
227 value_type* const a = std::allocator<value_type>().allocate(__n, hint);
234 { return std::allocator<value_type>().construct(__p, val); }
241 return std::allocator<value_type>().
248 { std::allocator<value_type>().destroy(__p);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 39 * Contains an exception-throwing allocator, useful for testing
151 // allocator.
155 // See if a given label has been allocated by this allocator.
185 * @brief Allocator class with logging and exception control.
218 { return std::allocator<value_type>().max_size(); }
221 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
227 value_type* const a = std::allocator<value_type>().allocate(__n, hint);
234 { return std::allocator<value_type>().construct(__p, val); }
241 return std::allocator<value_type>().
248 { std::allocator<value_type>().destroy(__p);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
throw_allocator.h 39 * Contains an exception-throwing allocator, useful for testing
151 // allocator.
155 // See if a given label has been allocated by this allocator.
185 * @brief Allocator class with logging and exception control.
218 { return std::allocator<value_type>().max_size(); }
221 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
227 value_type* const a = std::allocator<value_type>().allocate(__n, hint);
234 { return std::allocator<value_type>().construct(__p, val); }
241 return std::allocator<value_type>().
248 { std::allocator<value_type>().destroy(__p);
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 12 // Implementation of ASan's memory allocator, 2-nd version.
13 // This variant uses the allocator from sanitizer_common, i.e. the one shared
78 SecondaryAllocator> Allocator;
89 static Allocator allocator; member in namespace:__asan
97 // Every chunk of memory allocated by this allocator can be in one of 3 states:
135 // The memory chunk allocated from the underlying allocator looks like this:
186 return *reinterpret_cast<uptr *>(allocator.GetMetaData(AllocBeg()));
190 return allocator.GetBlockBegin(reinterpret_cast<void *>(this));
281 allocator.Deallocate(cache_, p)
    [all...]
  /external/llvm/unittests/ADT/
IntervalMapTest.cpp 21 UUMap::Allocator allocator; local
22 UUMap map(allocator);
55 UUMap::Allocator allocator; local
56 UUMap map(allocator);
142 UUMap::Allocator allocator; local
143 UUMap map(allocator);
212 UUMap::Allocator allocator local
326 UUMap::Allocator allocator; local
469 UUMap::Allocator allocator; local
545 UUMap::Allocator allocator; local
569 UUMap::Allocator allocator; local
613 UUMap::Allocator allocator; local
    [all...]
  /external/llvm/include/llvm/Support/
Allocator.h 1 //===--- Allocator.h - Simple memory allocation abstraction -----*- C++ -*-===//
52 /// the bump allocator.
60 /// allocation strategy for the bump allocator. In particular, this is used
62 /// interface uses MemSlab's instead of void *'s so that the allocator
71 /// MallocSlabAllocator - The default slab allocator for the bump allocator
75 /// Allocator - The underlying allocator that we forward to.
77 MallocAllocator Allocator;
80 MallocSlabAllocator() : Allocator() { }
    [all...]
  /frameworks/native/libs/ui/
GraphicBuffer.cpp 105 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get());
106 allocator.free(handle);
136 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get());
137 allocator.free(handle);
146 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get(); local
147 status_t err = allocator.alloc(w, h, format, reqUsage, &handle, &stride);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
rawtransport.cc 45 PortAllocator* allocator)
47 NS_GINGLE_RAW, allocator) {
  /external/clang/test/SemaCXX/
crashes.cpp 4 template<typename _Alloc> class allocator;
7 typename _Alloc = allocator<_CharT> >
  /external/stlport/test/unit/
allocator_test.cpp 40 typedef allocator<char> CharAllocator;
58 typedef allocator<BigStruct> BigStructAllocType;
bitset_test.cpp 67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >();
70 wstring wrepresentation = b2.to_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >();
  /external/webkit/Source/JavaScriptCore/assembler/
AssemblerBuffer.h 142 void* executableCopy(ExecutablePool* allocator)
147 void* result = allocator->alloc(m_size);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
RTree.h 52 void* operator new(size_t size, android::LinearAllocator* allocator);
69 RTree(android::LinearAllocator* allocator, int M = 10);
  /hardware/msm7k/libgralloc-qsd8k/
pmemalloc.h 45 * A PMEM allocator that allocates the entire pmem memory from the kernel and
46 * then uses a user-space allocator to suballocate from that. This requires
56 class Allocator {
58 virtual ~Allocator();
83 PmemUserspaceAllocator(Deps& deps, Deps::Allocator& allocator, const char* pmemdev);
110 Deps::Allocator& allocator; member in class:PmemUserspaceAllocator
120 * A PMEM allocator that allocates each individual allocation from the kernel
121 * (using the kernel's allocator). This requires the kernel driver for th
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/
types.pass.cpp 15 // class Allocator = allocator<charT> >
21 // typedef Allocator allocator_type;
22 // typedef typename Allocator::size_type size_type;
23 // typedef typename Allocator::difference_type difference_type;
24 // typedef typename Allocator::reference reference;
25 // typedef typename Allocator::const_reference const_reference;
26 // typedef typename Allocator::pointer pointer;
27 // typedef typename Allocator::const_pointer const_pointer;
42 template <class Traits, class Allocator>
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/default.allocator/allocator.members/
construct.pass.cpp 12 // allocator:
80 std::allocator<A> a;
125 std::allocator<move_only> a;
  /ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp 40 typedef allocator<char> CharAllocator;
58 typedef allocator<BigStruct> BigStructAllocType;

Completed in 1141 milliseconds

1 2 3 4 5 6 78 91011>>