HomeSort by relevance Sort by last modified time
    Searched refs:_S_max_bytes (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h 71 * 1. If the clients request an object of size > _S_max_bytes, the resulting
83 enum { _S_max_bytes = 128 };
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)
mt_allocator.h 63 enum { _S_max_bytes = 128 };
115 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h 71 * 1. If the clients request an object of size > _S_max_bytes, the resulting
83 enum { _S_max_bytes = 128 };
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)
mt_allocator.h 63 enum { _S_max_bytes = 128 };
115 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pool_allocator.h 71 * 1. If the clients request an object of size > _S_max_bytes, the resulting
83 enum { _S_max_bytes = 128 };
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)
mt_allocator.h 63 enum { _S_max_bytes = 128 };
115 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h 71 * 1. If the clients request an object of size > _S_max_bytes, the resulting
83 enum { _S_max_bytes = 128 };
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)
mt_allocator.h 63 enum { _S_max_bytes = 128 };
115 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h 71 * 1. If the clients request an object of size > _S_max_bytes, the resulting
83 enum { _S_max_bytes = 128 };
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)
mt_allocator.h 63 enum { _S_max_bytes = 128 };
115 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h 71 * 1. If the clients request an object of size > _S_max_bytes, the resulting
83 enum { _S_max_bytes = 128 };
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)
mt_allocator.h 63 enum { _S_max_bytes = 128 };
115 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),

Completed in 469 milliseconds