/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
throw_allocator.h | 40 * intended to be used as value and allocator types while testing 42 * allocator has additional log and debug features. The exception 627 * @brief Allocator class with logging and exception generation control. 648 // 2103. std::allocator propagate_on_container_move_assignment 655 std::allocator<value_type> _M_allocator; 673 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0) 735 /// Allocator throwing via limit condition. 756 /// Allocator throwing via random condition.
|
/external/chromium_org/base/ |
base.target.darwin-arm.mk | 41 base/allocator/allocator_extension.cc \ 42 base/allocator/type_profiler_control.cc \
|
base.target.darwin-mips.mk | 41 base/allocator/allocator_extension.cc \ 42 base/allocator/type_profiler_control.cc \
|
base.target.darwin-x86.mk | 41 base/allocator/allocator_extension.cc \ 42 base/allocator/type_profiler_control.cc \
|
base.target.linux-arm.mk | 41 base/allocator/allocator_extension.cc \ 42 base/allocator/type_profiler_control.cc \
|
base.target.linux-mips.mk | 41 base/allocator/allocator_extension.cc \ 42 base/allocator/type_profiler_control.cc \
|
base.target.linux-x86.mk | 41 base/allocator/allocator_extension.cc \ 42 base/allocator/type_profiler_control.cc \
|
/external/chromium_org/chrome/renderer/ |
chrome_render_process_observer.cc | 10 #include "base/allocator/allocator_extension.h" 420 // Tell our allocator to release any free pages it's still holding. 421 base::allocator::ReleaseFreeMemory();
|
/external/chromium_org/content/child/ |
child_thread.cc | 7 #include "base/allocator/allocator_extension.h" 395 base::allocator::GetStats(buffer, sizeof(buffer));
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
transport.h | 196 PortAllocator* allocator); 209 // Returns the port allocator object for this transport.
|
/external/chromium_org/v8/src/ |
ast.cc | 265 ZoneAllocationPolicy allocator(zone); 268 allocator); 278 table.Lookup(literal, hash, false, allocator) != NULL) { 282 table.Lookup(literal, hash, true, allocator); [all...] |
effects.h | 208 Zone* zone() { return map_->allocator().zone(); }
|
/external/stlport/src/ |
locale_catalog.cpp | 151 pair<_DBG_iter<_NonDbg_hashtable<pair<const string,pair<void *,unsigned int> >,string,hash<string>,_HashMapTraitsT<pair<const string,pair<void *,unsigned int> > >,_Select1st<pair<const string,pair<void *,unsigned int> > >,_DbgEqual<string,equal_to<string> >,allocator<pair<const string,pair<void *,unsigned int> > > >,_DbgTraits<_NonLocalHashMapTraitsT<pair<const string,pair<void *,unsigned int> > > > >, bool> result;
|
/external/stlport/stlport/stl/debug/ |
_string.h | 798 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <char, char_traits<char>, allocator<char> > >; 800 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >; 803 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >; 805 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
|
/external/v8/src/ |
hydrogen.h | [all...] |
/frameworks/base/libs/hwui/ |
DisplayList.h | 92 LinearAllocator allocator; member in class:android::uirenderer::DisplayListData
|
/ndk/sources/cxx-stl/stlport/src/ |
locale_catalog.cpp | 151 pair<_DBG_iter<_NonDbg_hashtable<pair<const string,pair<void *,unsigned int> >,string,hash<string>,_HashMapTraitsT<pair<const string,pair<void *,unsigned int> > >,_Select1st<pair<const string,pair<void *,unsigned int> > >,_DbgEqual<string,equal_to<string> >,allocator<pair<const string,pair<void *,unsigned int> > > >,_DbgTraits<_NonLocalHashMapTraitsT<pair<const string,pair<void *,unsigned int> > > > >, bool> result;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string.h | 798 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <char, char_traits<char>, allocator<char> > >; 800 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >; 803 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >; 805 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_multiset.h | 83 typename _Alloc = std::allocator<_Key> > 135 * @param a An allocator object. 161 * @param a An allocator object. 176 * @param x A %multiset of identical element and allocator types. 187 * @param x A %multiset of identical element and allocator types. 199 * @param a An allocator object. 214 * @param x A %multiset of identical element and allocator types. 217 * the allocator object is not copied. 229 * @param x A %multiset of identical element and allocator types. 369 * @param x A %multiset of the same element and allocator types [all...] |
stl_set.h | 79 * @param Alloc Allocator type, defaults to allocator<Key>. 86 typename _Alloc = std::allocator<_Key> > 142 * @param a An allocator object. 168 * @param a An allocator object. 183 * @param x A %set of identical element and allocator types. 194 * @param x A %set of identical element and allocator types. 206 * @param a An allocator object. 221 * @param x A %set of identical element and allocator types. 224 * the allocator object is not copied [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_multiset.h | 85 typename _Alloc = std::allocator<_Key> > 137 * @param a An allocator object. 163 * @param a An allocator object. 178 * @param x A %multiset of identical element and allocator types. 189 * @param x A %multiset of identical element and allocator types. 201 * @param a An allocator object. 216 * @param x A %multiset of identical element and allocator types. 219 * the allocator object is not copied. 231 * @param x A %multiset of identical element and allocator types. 372 * @param x A %multiset of the same element and allocator types [all...] |
stl_set.h | 81 * @param Alloc Allocator type, defaults to allocator<Key>. 88 typename _Alloc = std::allocator<_Key> > 144 * @param a An allocator object. 170 * @param a An allocator object. 185 * @param x A %set of identical element and allocator types. 196 * @param x A %set of identical element and allocator types. 208 * @param a An allocator object. 223 * @param x A %set of identical element and allocator types. 226 * the allocator object is not copied [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/ |
multiset.h | 40 typename _Allocator = std::allocator<_Key> >
|
set.h | 40 typename _Allocator = std::allocator<_Key> >
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_multiset.h | 85 typename _Alloc = std::allocator<_Key> > 137 * @param a An allocator object. 163 * @param a An allocator object. 178 * @param x A %multiset of identical element and allocator types. 189 * @param x A %multiset of identical element and allocator types. 201 * @param a An allocator object. 216 * @param x A %multiset of identical element and allocator types. 219 * the allocator object is not copied. 231 * @param x A %multiset of identical element and allocator types. 372 * @param x A %multiset of the same element and allocator types [all...] |