| /external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
| heap-checker_unittest.cc | 241 // accidentally left by the memory allocator. 734 // (In particular we test that there's no complex STL's own allocator 735 // running on top of our allocator with hooks to heap profiler 760 // (In particular we test that there's no complex STL's own allocator 761 // running on top of our allocator with hooks to heap profiler 785 static void DirectTestSTLAlloc(Alloc allocator, const char* name) { 790 typename Alloc::pointer p = allocator.allocate(i*3+1); 793 // (i.e. STL's "allocator" does not have a direct hook to heap profiler) 798 allocator.deallocate(ptrs[i], i*3+1); [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
| shared_ptr_base.h | 282 // Counted ptr with no deleter or allocator support 322 // Support for custom deleter and/or allocator 329 // Helper class that stores the Deleter and also acts as an allocator. 414 // Override because the allocator needs to know the dynamic type 468 // The allocator's value_type doesn't matter, will rebind it anyway. 469 typedef std::allocator<int> _Alloc; 471 typedef std::allocator<_Sp_cd_type> _Alloc2; 617 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>, 628 return new _Sp_counted_deleter<_Tp*, _Del2, std::allocator<_Tp>, [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| shared_ptr_base.h | 282 // Counted ptr with no deleter or allocator support 322 // Support for custom deleter and/or allocator 329 // Helper class that stores the Deleter and also acts as an allocator. 414 // Override because the allocator needs to know the dynamic type 468 // The allocator's value_type doesn't matter, will rebind it anyway. 469 typedef std::allocator<int> _Alloc; 471 typedef std::allocator<_Sp_cd_type> _Alloc2; 617 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>, 628 return new _Sp_counted_deleter<_Tp*, _Del2, std::allocator<_Tp>, [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| shared_ptr_base.h | 282 // Counted ptr with no deleter or allocator support 322 // Support for custom deleter and/or allocator 329 // Helper class that stores the Deleter and also acts as an allocator. 414 // Override because the allocator needs to know the dynamic type 468 // The allocator's value_type doesn't matter, will rebind it anyway. 469 typedef std::allocator<int> _Alloc; 471 typedef std::allocator<_Sp_cd_type> _Alloc2; 617 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>, 628 return new _Sp_counted_deleter<_Tp*, _Del2, std::allocator<_Tp>, [all...] |
| /ndk/tests/device/test-libc++-shared-full/jni/ |
| Android.mk | [all...] |
| /ndk/tests/device/test-libc++-static-full/jni/ |
| Android.mk | [all...] |
| /art/compiler/dex/ |
| ssa_transformation.cc | 592 ScopedArenaAllocator allocator(&cu_->arena_stack); 594 static_cast<int*>(allocator.Alloc(map_size, kArenaAllocDalvikToSSAMap));
|
| /external/chromium_org/base/allocator/ |
| allocator_extension_thunks.target.darwin-arm.mk | 26 base/allocator/allocator_extension_thunks.cc
|
| allocator_extension_thunks.target.darwin-arm64.mk | 26 base/allocator/allocator_extension_thunks.cc
|
| allocator_extension_thunks.target.darwin-mips.mk | 26 base/allocator/allocator_extension_thunks.cc
|
| allocator_extension_thunks.target.darwin-mips64.mk | 26 base/allocator/allocator_extension_thunks.cc
|
| allocator_extension_thunks.target.darwin-x86.mk | 26 base/allocator/allocator_extension_thunks.cc
|
| allocator_extension_thunks.target.darwin-x86_64.mk | 26 base/allocator/allocator_extension_thunks.cc
|
| allocator_extension_thunks.target.linux-arm.mk | 26 base/allocator/allocator_extension_thunks.cc
|
| allocator_extension_thunks.target.linux-arm64.mk | 26 base/allocator/allocator_extension_thunks.cc
|
| allocator_extension_thunks.target.linux-mips.mk | 26 base/allocator/allocator_extension_thunks.cc
|
| allocator_extension_thunks.target.linux-mips64.mk | 26 base/allocator/allocator_extension_thunks.cc
|
| allocator_extension_thunks.target.linux-x86.mk | 26 base/allocator/allocator_extension_thunks.cc
|
| allocator_extension_thunks.target.linux-x86_64.mk | 26 base/allocator/allocator_extension_thunks.cc
|
| /external/compiler-rt/lib/sanitizer_common/ |
| sanitizer_symbolizer_posix_libcdep.cc | 392 LowLevelAllocator *allocator) 393 : addr2line_path_(addr2line_path), allocator_(allocator),
|
| /external/stlport/stlport/stl/ |
| _num_get.c | 455 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename(); 456 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename();
|
| _rope.h | 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope; 426 // an allocator. 483 // the proper allocator and the properly padded size. 705 _ROPE_SWAP_SPECIALIZATION(char, allocator<char>) 708 _ROPE_SWAP_SPECIALIZATION(wchar_t, allocator<wchar_t>) [all...] |
| _set.h | 45 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > 215 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
|
| _unordered_set.h | 36 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) > 186 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| _num_get.c | 452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename(); 453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename();
|