HomeSort by: relevance | last modified time | path
    Searched defs:_S_max_bytes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
pool_allocator.h 70 * 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 };
246 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
283 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
mt_allocator.h 64 enum { _S_max_bytes = 128 };
116 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
pool_allocator.h 68 * 1. If the clients request an object of size > _S_max_bytes, the resulting
81 enum { _S_max_bytes = 128 };
82 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
244 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
281 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
mt_allocator.h 62 enum { _S_max_bytes = 128 };
114 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),

Completed in 18 milliseconds