| /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>&)
|
| /prebuilts/ndk/9/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/9/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/chromium_org/third_party/skia/tests/ |
| LayerDrawLooperTest.cpp | 61 SkSmallAllocator<1, 32> allocator; local 62 void* buffer = allocator.reserveT<SkDrawLooper::Context>(looper->contextSize()); 101 SkSmallAllocator<1, 32> allocator; local 102 void* buffer = allocator.reserveT<SkDrawLooper::Context>(looper->contextSize()); 141 SkSmallAllocator<1, 32> allocator; local 142 void* buffer = allocator.reserveT<SkDrawLooper::Context>(looper->contextSize());
|
| /external/chromium_org/third_party/tcmalloc/vendor/src/ |
| pagemap.h | 72 explicit TCMalloc_PageMap1(void* (*allocator)(size_t)) { 73 array_ = reinterpret_cast<void**>((*allocator)(sizeof(void*) << BITS)); 134 void* (*allocator_)(size_t); // Memory allocator 139 explicit TCMalloc_PageMap2(void* (*allocator)(size_t)) { 140 allocator_ = allocator; 229 void* (*allocator_)(size_t); // Memory allocator 242 explicit TCMalloc_PageMap3(void* (*allocator)(size_t)) { 243 allocator_ = allocator;
|
| /external/chromium_org/tools/deep_memory_profiler/tests/ |
| dmprof_test.py | 130 "allocator": "optional" 135 "allocator": "mmap" 140 "allocator": "malloc" 145 "allocator": "malloc" 150 "allocator": "mmap" 155 "allocator": "malloc"
|
| /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/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/ |
| allocator_pointers.pass.cpp | 106 test_pointer<std::scoped_allocator_adaptor<std::allocator<char>>> (); 107 test_pointer<std::scoped_allocator_adaptor<std::allocator<int>>> (); 108 test_pointer<std::scoped_allocator_adaptor<std::allocator<Foo>>> (); 110 test_void_pointer<std::scoped_allocator_adaptor<std::allocator<char>>> (); 111 test_void_pointer<std::scoped_allocator_adaptor<std::allocator<int>>> (); 112 test_void_pointer<std::scoped_allocator_adaptor<std::allocator<Foo>>> ();
|
| /external/libcxx/test/utilities/memory/default.allocator/ |
| allocator_pointers.pass.cpp | 106 test_pointer<std::allocator<char>> (); 107 test_pointer<std::allocator<int>> (); 108 test_pointer<std::allocator<Foo>> (); 110 test_void_pointer<std::allocator<char>> (); 111 test_void_pointer<std::allocator<int>> (); 112 test_void_pointer<std::allocator<Foo>> ();
|
| /external/skia/tests/ |
| LayerDrawLooperTest.cpp | 61 SkSmallAllocator<1, 32> allocator; local 62 void* buffer = allocator.reserveT<SkDrawLooper::Context>(looper->contextSize()); 101 SkSmallAllocator<1, 32> allocator; local 102 void* buffer = allocator.reserveT<SkDrawLooper::Context>(looper->contextSize()); 141 SkSmallAllocator<1, 32> allocator; local 142 void* buffer = allocator.reserveT<SkDrawLooper::Context>(looper->contextSize());
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/ |
| allocator_pointers.pass.cpp | 106 test_pointer<std::scoped_allocator_adaptor<std::allocator<char>>> (); 107 test_pointer<std::scoped_allocator_adaptor<std::allocator<int>>> (); 108 test_pointer<std::scoped_allocator_adaptor<std::allocator<Foo>>> (); 110 test_void_pointer<std::scoped_allocator_adaptor<std::allocator<char>>> (); 111 test_void_pointer<std::scoped_allocator_adaptor<std::allocator<int>>> (); 112 test_void_pointer<std::scoped_allocator_adaptor<std::allocator<Foo>>> ();
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/ |
| allocator_pointers.pass.cpp | 106 test_pointer<std::allocator<char>> (); 107 test_pointer<std::allocator<int>> (); 108 test_pointer<std::allocator<Foo>> (); 110 test_void_pointer<std::allocator<char>> (); 111 test_void_pointer<std::allocator<int>> (); 112 test_void_pointer<std::allocator<Foo>> ();
|
| /external/chromium_org/skia/ext/ |
| image_operations.cc | 344 SkBitmap::Allocator* allocator) { 347 dest_subset, allocator); 350 allocator); 358 SkBitmap::Allocator* allocator) { 389 height, subset, allocator); 398 result.allocPixels(allocator, NULL); 469 SkBitmap::Allocator* allocator) { [all...] |
| /external/deqp/modules/glshared/ |
| glsMemoryStressCase.cpp | 861 MemObjectAllocator allocator(log, m_renderCtx, m_objectTypes, m_config, deStringHash(getName())); 863 if (!allocator.allocUntilFailure()) 866 allocator.clearObjects(); 868 log << TestLog::Message << "Timeout. Couldn't exhaust memory in timelimit. Allocated " << allocator.getObjectCount() << " objects." << TestLog::EndMessage; 878 allocator.clearObjects(); 880 m_allocated.push_back(allocator.getObjectCount()); 882 if (m_iteration != 0 && allocator.getObjectCount() == 0) 885 log << TestLog::Message << "Got error when allocation object count: " << allocator.getObjectCount() << " bytes: " << allocator.getBytes() << TestLog::EndMessage; 887 if ((allocator.getGLError() == 0) && (allocator.getResult() == MemObjectAllocator::RESULT_GOT_BAD_ALLOC) [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
| httpportallocator.cc | 122 HttpPortAllocatorBase* allocator, 131 : BasicPortAllocatorSession(allocator, content_name, component, 159 if (allocator()->flags() & PORTALLOCATOR_DISABLE_RELAY) { 188 if (allocator()->flags() & PORTALLOCATOR_ENABLE_SHARED_UFRAG) { 271 HttpPortAllocator* allocator, 280 : HttpPortAllocatorSessionBase(allocator, content_name, component, 301 request->set_proxy(allocator()->proxy());
|
| /external/chromium_org/third_party/skia/src/core/ |
| SkSpriteBlitter_ARGB32.cpp | 267 SkTBlitterAllocator* allocator) { 268 SkASSERT(allocator != NULL); 285 blitter = allocator->createT<Sprite_D32_S4444_XferFilter>(source, paint); 287 blitter = allocator->createT<Sprite_D32_S4444_Opaque>(source); 289 blitter = allocator->createT<Sprite_D32_S4444>(source); 296 blitter = allocator->createT<Sprite_D32_S32A_XferFilter>(source, paint); 300 blitter = allocator->createT<Sprite_D32_S32>(source, alpha);
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/ |
| pagemap.h | 78 explicit TCMalloc_PageMap1(void* (*allocator)(size_t)) { 79 array_ = reinterpret_cast<void**>((*allocator)(sizeof(void*) << BITS)); 165 explicit TCMalloc_PageMap1_LazyCommit(void* (*allocator)(size_t)) { 167 // only provides an allocator. 337 void* (*allocator_)(size_t); // Memory allocator 342 explicit TCMalloc_PageMap2(void* (*allocator)(size_t)) { 343 allocator_ = allocator; 432 void* (*allocator_)(size_t); // Memory allocator 445 explicit TCMalloc_PageMap3(void* (*allocator)(size_t)) { 446 allocator_ = allocator; [all...] |
| /external/skia/src/core/ |
| SkSpriteBlitter_ARGB32.cpp | 267 SkTBlitterAllocator* allocator) { 268 SkASSERT(allocator != NULL); 285 blitter = allocator->createT<Sprite_D32_S4444_XferFilter>(source, paint); 287 blitter = allocator->createT<Sprite_D32_S4444_Opaque>(source); 289 blitter = allocator->createT<Sprite_D32_S4444>(source); 296 blitter = allocator->createT<Sprite_D32_S32A_XferFilter>(source, paint); 300 blitter = allocator->createT<Sprite_D32_S32>(source, alpha);
|
| /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...] |
| /art/runtime/gc/space/ |
| rosalloc_space.h | 20 #include "gc/allocator/rosalloc.h" 33 // An alloc space implemented using a runs-of-slots memory allocator. Not final as may be 83 allocator::RosAlloc* GetRosAlloc() const { 95 MallocSpace* CreateInstance(const std::string& name, MemMap* mem_map, void* allocator, 128 RosAllocSpace(const std::string& name, MemMap* mem_map, allocator::RosAlloc* rosalloc, 141 static allocator::RosAlloc* CreateRosAlloc(void* base, size_t morecore_start, size_t initial_size, 153 allocator::RosAlloc* rosalloc_;
|
| /external/chromium_org/third_party/skia/src/images/ |
| SkDecodingImageGenerator.cpp | 54 * Special allocator used by getPixels(). Uses preallocated memory 55 * provided if possible, else fall-back on the default allocator 57 class TargetAllocator : public SkBitmap::Allocator { 71 // Call default allocator. 91 typedef SkBitmap::Allocator INHERITED; 169 TargetAllocator allocator(fInfo, pixels, rowBytes); 170 decoder->setAllocator(&allocator); 177 if (allocator.isReady()) { // Did not use pixels! 180 bool copySuccess = bitmap.copyTo(&bm, info.colorType(), &allocator); 181 if (!copySuccess || allocator.isReady()) [all...] |
| /external/chromium_org/v8/src/ |
| interface.cc | 16 ZoneAllocationPolicy allocator(zone); 18 allocator); 59 ZoneAllocationPolicy allocator(zone); 64 ZoneHashMap::kDefaultHashMapCapacity, allocator); 68 (*map)->Lookup(const_cast<void*>(name), hash, !IsFrozen(), allocator);
|