Searched refs:_S_max_bytes (Results 1 - 25 of 42) sorted by relevance

12

/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dpool_allocator.h67 * 1. If the clients request an object of size > _S_max_bytes, the resulting
79 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon14961
80 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
218 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
247 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
H A Dmt_allocator.h59 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_base::_Tune::__anon14911
111 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dpool_allocator.h67 * 1. If the clients request an object of size > _S_max_bytes, the resulting
79 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon18763
80 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
218 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
247 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
H A Dmt_allocator.h59 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_base::_Tune::__anon18713
111 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dpool_allocator.h67 * 1. If the clients request an object of size > _S_max_bytes, the resulting
79 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon23435
80 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
218 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
247 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
H A Dmt_allocator.h59 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_base::_Tune::__anon23385
111 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
H A Dpool_allocator.h67 * 1. If the clients request an object of size > _S_max_bytes, the resulting
79 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon38268
80 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
218 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
247 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
H A Dmt_allocator.h59 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_base::_Tune::__anon38218
111 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
H A Dpool_allocator.h69 * 1. If the clients request an object of size > _S_max_bytes, the resulting
81 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon38396
82 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
220 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
249 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Dpool_allocator.h70 * 1. If the clients request an object of size > _S_max_bytes, the resulting
82 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon38524
83 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
227 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
256 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dpool_allocator.h69 * 1. If the clients request an object of size > _S_max_bytes, the resulting
81 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon38652
82 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
220 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
249 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
H A Dpool_allocator.h69 * 1. If the clients request an object of size > _S_max_bytes, the resulting
81 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon89196
82 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
220 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
249 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Dpool_allocator.h70 * 1. If the clients request an object of size > _S_max_bytes, the resulting
82 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon89324
83 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
227 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
256 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dpool_allocator.h70 * 1. If the clients request an object of size > _S_max_bytes, the resulting
82 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon89716
83 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
227 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
256 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
H A Dpool_allocator.h69 * 1. If the clients request an object of size > _S_max_bytes, the resulting
81 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon140269
82 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
220 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
249 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Dpool_allocator.h70 * 1. If the clients request an object of size > _S_max_bytes, the resulting
82 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon140397
83 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
227 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
256 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dpool_allocator.h70 * 1. If the clients request an object of size > _S_max_bytes, the resulting
82 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon140789
83 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
227 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
256 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dpool_allocator.h71 * 1. If the clients request an object of size > _S_max_bytes, the resulting
83 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon3271
84 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
263 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dpool_allocator.h71 * 1. If the clients request an object of size > _S_max_bytes, the resulting
83 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon5345
84 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
263 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Dpool_allocator.h71 * 1. If the clients request an object of size > _S_max_bytes, the resulting
83 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon5621
84 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
263 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Dpool_allocator.h71 * 1. If the clients request an object of size > _S_max_bytes, the resulting
83 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon8269
84 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
263 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
H A Dpool_allocator.h71 * 1. If the clients request an object of size > _S_max_bytes, the resulting
83 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon89452
84 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
263 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dpool_allocator.h71 * 1. If the clients request an object of size > _S_max_bytes, the resulting
83 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon89586
84 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
263 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
H A Dpool_allocator.h71 * 1. If the clients request an object of size > _S_max_bytes, the resulting
83 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon140525
84 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
263 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dpool_allocator.h71 * 1. If the clients request an object of size > _S_max_bytes, the resulting
83 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon140659
84 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
263 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)

Completed in 975 milliseconds

12