| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/ |
| alloc.pass.cpp | 21 template <class T, class Allocator> 23 test(const Allocator& a) 25 std::deque<T, Allocator> d(a); 32 test<int>(std::allocator<int>());
|
| default.pass.cpp | 21 template <class T, class Allocator> 25 std::deque<T, Allocator> d; 28 std::deque<T, Allocator> d1 = {}; 35 test<int, std::allocator<int> >();
|
| /external/chromium_org/base/allocator/ |
| tcmalloc_unittest.cc | 5 #include "base/allocator/allocator_shim.h" 12 using base::allocator::TCMallocDoMallocForTest; 13 using base::allocator::TCMallocDoFreeForTest; 14 using base::allocator::ExcludeSpaceForMarkForTest;
|
| /art/compiler/optimizing/ |
| codegen_test.cc | 51 static void Run(const InternalCodeAllocator& allocator, 56 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize()); 57 fptr f = reinterpret_cast<fptr>(allocator.GetMemory()); 76 InternalCodeAllocator allocator; local 81 codegen->CompileBaseline(&allocator, true); 83 Run(allocator, *codegen, has_result, expected); 87 codegen->CompileBaseline(&allocator, true); 89 Run(allocator, *codegen, has_result, expected); 93 codegen->CompileBaseline(&allocator, true) [all...] |
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_mman.cc | 49 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64); 50 Allocator *allocator() { function in namespace:__tsan 51 return reinterpret_cast<Allocator*>(&allocator_placeholder); 55 allocator()->Init(); 59 allocator()->InitCache(&thr->alloc_cache); 64 allocator()->DestroyCache(&thr->alloc_cache); 69 allocator()->PrintStats(); 88 void *p = allocator()->Allocate(&thr->alloc_cache, sz, align); 100 allocator()->Deallocate(&thr->alloc_cache, p) [all...] |
| /external/chromium_org/third_party/WebKit/Source/platform/ |
| PODFreeListArenaTest.cpp | 74 RefPtr<TrackedAllocator> allocator = TrackedAllocator::create(); local 75 RefPtr<PODFreeListArena<TestClass1> > arena = PODFreeListArena<TestClass1>::create(allocator); 79 EXPECT_GT(allocator->numRegions(), 1); 85 RefPtr<TrackedAllocator> allocator = TrackedAllocator::create(); local 87 RefPtr<PODFreeListArena<TestClass1> > arena = PODFreeListArena<TestClass1>::create(allocator); 90 EXPECT_GT(allocator->numRegions(), 0); 92 EXPECT_TRUE(allocator->isEmpty());
|
| /external/chromium_org/base/containers/ |
| stack_container.h | 18 // This allocator can be used with STL containers to provide a stack buffer 23 // STL likes to make copies of allocators, so the allocator itself can't hold 25 // StackAllocator::Source which contains the data. Copying the allocator 27 // based on our allocator will share the same stack buffer. 37 class StackAllocator : public std::allocator<T> { 39 typedef typename std::allocator<T>::pointer pointer; 40 typedef typename std::allocator<T>::size_type size_type; 42 // Backing store for the allocator. The container owner is responsible for 43 // maintaining this for as long as any containers using this allocator are 68 // Used by containers when they want to refer to an allocator of type U [all...] |
| /external/chromium_org/base/memory/ |
| discardable_memory_android.cc | 36 allocator(kAshmemAllocatorName, 40 internal::DiscardableMemoryAshmemAllocator allocator; member in struct:base::__anon6955::SharedState 73 size, &shared_state->allocator, &shared_state->manager));
|
| discardable_memory_ashmem.h | 25 DiscardableMemoryAshmemAllocator* allocator,
|
| /external/stlport/src/ |
| message_facets.h | 44 allocator<pair<_STLP_CONST nl_catd_type, locale> > > map_type; 79 allocator<pair<_STLP_CONST messages_base::catalog, nl_catd_type> > > map_type; 81 allocator<pair<_STLP_CONST nl_catd_type, messages_base::catalog> > > rmap_type;
|
| /external/stlport/stlport/stl/ |
| _iostream_string.h | 18 * The only diference rely on the allocator used to instanciate the basic_string. 20 * that could occur when requesting a big float ouput for instance. This allocator 41 class __iostring_allocator : public allocator<_CharT> { 47 typedef allocator<_CharT> _Base; 76 * As the __iostring_allocator allocator will only be used in the basic_string implementation 99 * A consequence of the non standard conformant allocator is that a string using it 100 * must always be presized to the allocator static buffer size because the basic_string implementation 101 * do not manage an allocator returning always the same memory adress as long as the 132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
|
| /ndk/sources/cxx-stl/stlport/src/ |
| message_facets.h | 44 allocator<pair<_STLP_CONST nl_catd_type, locale> > > map_type; 79 allocator<pair<_STLP_CONST messages_base::catalog, nl_catd_type> > > map_type; 81 allocator<pair<_STLP_CONST nl_catd_type, messages_base::catalog> > > rmap_type;
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| _iostream_string.h | 18 * The only diference rely on the allocator used to instanciate the basic_string. 20 * that could occur when requesting a big float ouput for instance. This allocator 41 class __iostring_allocator : public allocator<_CharT> { 47 typedef allocator<_CharT> _Base; 76 * As the __iostring_allocator allocator will only be used in the basic_string implementation 99 * A consequence of the non standard conformant allocator is that a string using it 100 * must always be presized to the allocator static buffer size because the basic_string implementation 101 * do not manage an allocator returning always the same memory adress as long as the 132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
|
| /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
| _iostream_string.h | 18 * The only diference rely on the allocator used to instanciate the basic_string. 20 * that could occur when requesting a big float ouput for instance. This allocator 41 class __iostring_allocator : public allocator<_CharT> { 47 typedef allocator<_CharT> _Base; 76 * As the __iostring_allocator allocator will only be used in the basic_string implementation 99 * A consequence of the non standard conformant allocator is that a string using it 100 * must always be presized to the allocator static buffer size because the basic_string implementation 101 * do not manage an allocator returning always the same memory adress as long as the 132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
|
| /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
| _iostream_string.h | 18 * The only diference rely on the allocator used to instanciate the basic_string. 20 * that could occur when requesting a big float ouput for instance. This allocator 41 class __iostring_allocator : public allocator<_CharT> { 47 typedef allocator<_CharT> _Base; 76 * As the __iostring_allocator allocator will only be used in the basic_string implementation 99 * A consequence of the non standard conformant allocator is that a string using it 100 * must always be presized to the allocator static buffer size because the basic_string implementation 101 * do not manage an allocator returning always the same memory adress as long as the 132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
|
| /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
| _iostream_string.h | 18 * The only diference rely on the allocator used to instanciate the basic_string. 20 * that could occur when requesting a big float ouput for instance. This allocator 41 class __iostring_allocator : public allocator<_CharT> { 47 typedef allocator<_CharT> _Base; 76 * As the __iostring_allocator allocator will only be used in the basic_string implementation 99 * A consequence of the non standard conformant allocator is that a string using it 100 * must always be presized to the allocator static buffer size because the basic_string implementation 101 * do not manage an allocator returning always the same memory adress as long as the 132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
|
| /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
| _iostream_string.h | 18 * The only diference rely on the allocator used to instanciate the basic_string. 20 * that could occur when requesting a big float ouput for instance. This allocator 41 class __iostring_allocator : public allocator<_CharT> { 47 typedef allocator<_CharT> _Base; 76 * As the __iostring_allocator allocator will only be used in the basic_string implementation 99 * A consequence of the non standard conformant allocator is that a string using it 100 * must always be presized to the allocator static buffer size because the basic_string implementation 101 * do not manage an allocator returning always the same memory adress as long as the 132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
|
| /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
| _iostream_string.h | 18 * The only diference rely on the allocator used to instanciate the basic_string. 20 * that could occur when requesting a big float ouput for instance. This allocator 41 class __iostring_allocator : public allocator<_CharT> { 47 typedef allocator<_CharT> _Base; 76 * As the __iostring_allocator allocator will only be used in the basic_string implementation 99 * A consequence of the non standard conformant allocator is that a string using it 100 * must always be presized to the allocator static buffer size because the basic_string implementation 101 * do not manage an allocator returning always the same memory adress as long as the 132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
|
| /art/runtime/gc/allocator/ |
| rosalloc-inl.h | 24 namespace allocator { namespace in namespace:art::gc 47 } // namespace allocator
|
| /frameworks/base/libs/hwui/ |
| DisplayList.h | 71 PlaybackStateStruct(OpenGLRenderer& renderer, int replayFlags, LinearAllocator* allocator) 74 , mAllocator(allocator) {} 80 // Allocator with the lifetime of a single frame. replay uses an Allocator owned by the struct, 81 // while defer shares the DeferredDisplayList's Allocator 82 // TODO: move this allocator to be owned by object with clear frame lifecycle 132 // pointers to all ops within display list, pointing into allocator data 160 return allocator.usedSize(); 174 // allocator into which all ops were allocated 175 LinearAllocator allocator; member in class:android::uirenderer::DisplayListData [all...] |
| /frameworks/native/include/binder/ |
| MemoryDealer.h | 51 SimpleBestFitAllocator* allocator() const;
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
| asan_testing.h | 22 if ( std::is_same<Alloc, std::allocator<T>>::value && c.data() != NULL)
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/ |
| extptr_allocator.h | 31 * An example allocator which uses an alternative pointer type from 48 * @brief An example allocator which uses a non-standard pointer type. 51 * This allocator specifies that containers use a 'relative pointer' as it's 53 * is still performed using std::allocator. 139 const std::allocator<_Tp>& 144 std::allocator<_Tp> _M_real_alloc; 166 std::allocator<void> _M_real_alloc; 173 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
| stringfwd.h | 56 typename _Alloc = allocator<_CharT> >
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
| stringfwd.h | 56 typename _Alloc = allocator<_CharT> >
|