| /external/compiler-rt/lib/sanitizer_common/ |
| sanitizer_allocator.h | 10 // Specialized memory allocator for ThreadSanitizer, MemorySanitizer, etc. 42 // This class also gives a hint to a thread-caching allocator about the amount 199 // Memory allocator statistics 294 // SizeClassAllocator64 -- allocator for 64-bit address space. 449 // The allocator must be locked when calling this function. 660 // SizeClassAllocator32 -- allocator for 32-bit address space. 661 // This allocator can theoretically be used on 64-bit arch, but there it is less 672 // 0 size class means the region is not used by the allocator. 802 // The allocator must be locked when calling this function. 898 typedef SizeClassAllocator Allocator; [all...] |
| /art/compiler/dex/ |
| mir_analysis.cc | 1112 ScopedArenaAllocator allocator(&cu_->arena_stack); 1114 reinterpret_cast<uint16_t*>(allocator.Alloc(max_refs * sizeof(uint16_t), kArenaAllocMisc)); 1221 ScopedArenaAllocator allocator(&cu_->arena_stack); 1230 allocator.Adapter()); 1232 allocator.Alloc(max_refs * sizeof(sequential_entries[0]), kArenaAllocMisc));
|
| local_value_numbering.h | 39 LocalValueNumbering(GlobalValueNumbering* gvn, BasicBlockId id, ScopedArenaAllocator* allocator); 80 static void* operator new(size_t size, ScopedArenaAllocator* allocator) { 81 return allocator->Alloc(sizeof(LocalValueNumbering), kArenaAllocMisc);
|
| local_value_numbering.cc | 311 // with our allocator, rather than the allocator of the source. 314 it->second = entry.second; // Map assignments preserve current allocator. 319 ScopedArenaAllocator* allocator) 322 sreg_value_map_(std::less<uint16_t>(), allocator->Adapter()), 323 sreg_wide_value_map_(std::less<uint16_t>(), allocator->Adapter()), 324 sfield_value_map_(std::less<uint16_t>(), allocator->Adapter()), 325 non_aliasing_ifield_value_map_(std::less<uint16_t>(), allocator->Adapter()), 326 aliasing_ifield_value_map_(std::less<uint16_t>(), allocator->Adapter()), 327 non_aliasing_array_value_map_(std::less<uint16_t>(), allocator->Adapter()) [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
| stl_uninitialized.h | 230 // and uninitialized_fill_n that take an allocator parameter. 232 // default allocator. For nondefault allocators we do not use 258 _ForwardIterator __result, allocator<_Tp>&) 293 const _Tp& __x, allocator<_Tp2>&) 319 const _Tp& __x, allocator<_Tp2>&) 325 // All of these algorithms take a user-supplied allocator, which is used 551 // constructed value_types(s), constructed with the allocator alloc. 575 allocator<_Tp>&) 581 // constructed with the allocator alloc. 603 allocator<_Tp>& [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
| stl_uninitialized.h | 228 // and uninitialized_fill_n that take an allocator parameter. 230 // default allocator. For nondefault allocators we do not use 257 _ForwardIterator __result, allocator<_Tp>&) 306 const _Tp& __x, allocator<_Tp2>&) 333 const _Tp& __x, allocator<_Tp2>&) 339 // All of these algorithms take a user-supplied allocator, which is used 550 // constructed value_types(s), constructed with the allocator alloc. 575 allocator<_Tp>&) 581 // constructed with the allocator alloc. 604 allocator<_Tp>& [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
| stl_uninitialized.h | 228 // and uninitialized_fill_n that take an allocator parameter. 230 // default allocator. For nondefault allocators we do not use 257 _ForwardIterator __result, allocator<_Tp>&) 306 const _Tp& __x, allocator<_Tp2>&) 333 const _Tp& __x, allocator<_Tp2>&) 339 // All of these algorithms take a user-supplied allocator, which is used 550 // constructed value_types(s), constructed with the allocator alloc. 575 allocator<_Tp>&) 581 // constructed with the allocator alloc. 604 allocator<_Tp>& [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| stl_uninitialized.h | 230 // and uninitialized_fill_n that take an allocator parameter. 232 // default allocator. For nondefault allocators we do not use 258 _ForwardIterator __result, allocator<_Tp>&) 293 const _Tp& __x, allocator<_Tp2>&) 319 const _Tp& __x, allocator<_Tp2>&) 325 // All of these algorithms take a user-supplied allocator, which is used 551 // constructed value_types(s), constructed with the allocator alloc. 575 allocator<_Tp>&) 581 // constructed with the allocator alloc. 603 allocator<_Tp>& [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
| stl_uninitialized.h | 230 // and uninitialized_fill_n that take an allocator parameter. 232 // default allocator. For nondefault allocators we do not use 259 _ForwardIterator __result, allocator<_Tp>&) 308 const _Tp& __x, allocator<_Tp2>&) 335 const _Tp& __x, allocator<_Tp2>&) 341 // All of these algorithms take a user-supplied allocator, which is used 552 // constructed value_types(s), constructed with the allocator alloc. 577 allocator<_Tp>&) 583 // constructed with the allocator alloc. 606 allocator<_Tp>& [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| stl_uninitialized.h | 230 // and uninitialized_fill_n that take an allocator parameter. 232 // default allocator. For nondefault allocators we do not use 258 _ForwardIterator __result, allocator<_Tp>&) 293 const _Tp& __x, allocator<_Tp2>&) 319 const _Tp& __x, allocator<_Tp2>&) 325 // All of these algorithms take a user-supplied allocator, which is used 551 // constructed value_types(s), constructed with the allocator alloc. 575 allocator<_Tp>&) 581 // constructed with the allocator alloc. 603 allocator<_Tp>& [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
| stl_uninitialized.h | 230 // and uninitialized_fill_n that take an allocator parameter. 232 // default allocator. For nondefault allocators we do not use 259 _ForwardIterator __result, allocator<_Tp>&) 308 const _Tp& __x, allocator<_Tp2>&) 335 const _Tp& __x, allocator<_Tp2>&) 341 // All of these algorithms take a user-supplied allocator, which is used 552 // constructed value_types(s), constructed with the allocator alloc. 577 allocator<_Tp>&) 583 // constructed with the allocator alloc. 606 allocator<_Tp>& [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
| stl_uninitialized.h | 228 // and uninitialized_fill_n that take an allocator parameter. 230 // default allocator. For nondefault allocators we do not use 257 _ForwardIterator __result, allocator<_Tp>&) 306 const _Tp& __x, allocator<_Tp2>&) 333 const _Tp& __x, allocator<_Tp2>&) 339 // All of these algorithms take a user-supplied allocator, which is used 550 // constructed value_types(s), constructed with the allocator alloc. 575 allocator<_Tp>&) 581 // constructed with the allocator alloc. 604 allocator<_Tp>& [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
| stl_uninitialized.h | 248 // and uninitialized_fill_n that take an allocator parameter. 250 // default allocator. For nondefault allocators we do not use 277 _ForwardIterator __result, allocator<_Tp>&) 326 const _Tp& __x, allocator<_Tp2>&) 353 const _Tp& __x, allocator<_Tp2>&) 359 // All of these algorithms take a user-supplied allocator, which is used 576 // constructed value_types(s), constructed with the allocator alloc. 601 allocator<_Tp>&) 607 // constructed with the allocator alloc. 630 allocator<_Tp>& [all...] |
| /external/compiler-rt/lib/sanitizer_common/tests/ |
| sanitizer_allocator_test.cc | 76 template <class Allocator> 78 Allocator *a = new Allocator; 80 SizeClassAllocatorLocalCache<Allocator> cache; 99 uptr class_id0 = Allocator::SizeClassMapT::ClassID(size); 112 CHECK_EQ(class_id, Allocator::SizeClassMapT::ClassID(size)); 157 template <class Allocator> 159 Allocator *a = new Allocator; 161 SizeClassAllocatorLocalCache<Allocator> cache 574 AllocatorCache::Allocator *allocator; member in struct:NewThreadParams 588 AllocatorCache::Allocator allocator; local [all...] |
| /external/chromium_org/third_party/skia/src/core/ |
| SkBlitter_RGB16.cpp | [all...] |
| /external/skia/src/core/ |
| SkBlitter_RGB16.cpp | [all...] |
| /external/clang/test/Misc/ |
| diag-template-diffing.cpp | [all...] |
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| stl_uninitialized.h | 228 // and uninitialized_fill_n that take an allocator parameter. 230 // default allocator. For nondefault allocators we do not use 256 _ForwardIterator __result, allocator<_Tp>&) 291 const _Tp& __x, allocator<_Tp2>&) 317 const _Tp& __x, allocator<_Tp2>&) 323 // All of these algorithms take a user-supplied allocator, which is used
|
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| stl_uninitialized.h | 228 // and uninitialized_fill_n that take an allocator parameter. 230 // default allocator. For nondefault allocators we do not use 256 _ForwardIterator __result, allocator<_Tp>&) 291 const _Tp& __x, allocator<_Tp2>&) 317 const _Tp& __x, allocator<_Tp2>&) 323 // All of these algorithms take a user-supplied allocator, which is used
|
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| stl_uninitialized.h | 228 // and uninitialized_fill_n that take an allocator parameter. 230 // default allocator. For nondefault allocators we do not use 256 _ForwardIterator __result, allocator<_Tp>&) 291 const _Tp& __x, allocator<_Tp2>&) 317 const _Tp& __x, allocator<_Tp2>&) 323 // All of these algorithms take a user-supplied allocator, which is used
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
| stl_uninitialized.h | 228 // and uninitialized_fill_n that take an allocator parameter. 230 // default allocator. For nondefault allocators we do not use 256 _ForwardIterator __result, allocator<_Tp>&) 291 const _Tp& __x, allocator<_Tp2>&) 317 const _Tp& __x, allocator<_Tp2>&) 323 // All of these algorithms take a user-supplied allocator, which is used
|
| /art/runtime/ |
| Android.mk | 24 base/allocator.cc \ 47 gc/allocator/dlmalloc.cc \ 48 gc/allocator/rosalloc.cc \ 296 base/allocator.h \
|
| /art/runtime/base/ |
| bit_vector.h | 23 #include "allocator.h" 148 Allocator* allocator, 246 Allocator* const allocator_;
|
| /art/runtime/gc/space/ |
| dlmalloc_space.h | 110 MallocSpace* CreateInstance(const std::string& name, MemMap* mem_map, void* allocator,
|
| malloc_space.h | 117 virtual MallocSpace* CreateInstance(const std::string& name, MemMap* mem_map, void* allocator, 148 // When true the low memory mode argument specifies that the heap wishes the created allocator to
|