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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
mt_allocator.h 79 size_t _M_max_bytes;
83 // much smaller than _M_max_bytes).
91 // NB: At least one order of magnitude > _M_max_bytes.
115 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
124 : _M_align(__align), _M_max_bytes(__maxb), _M_min_bin(__minbin),
149 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
696 // Requests larger than _M_max_bytes are handled by operator
740 // Requests larger than _M_max_bytes are handled by
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
mt_allocator.h 79 size_t _M_max_bytes;
83 // much smaller than _M_max_bytes).
91 // NB: At least one order of magnitude > _M_max_bytes.
115 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
124 : _M_align(__align), _M_max_bytes(__maxb), _M_min_bin(__minbin),
149 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
696 // Requests larger than _M_max_bytes are handled by operator
740 // Requests larger than _M_max_bytes are handled by
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
mt_allocator.h 79 size_t _M_max_bytes;
83 // much smaller than _M_max_bytes).
91 // NB: At least one order of magnitude > _M_max_bytes.
115 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
124 : _M_align(__align), _M_max_bytes(__maxb), _M_min_bin(__minbin),
149 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
696 // Requests larger than _M_max_bytes are handled by operator
740 // Requests larger than _M_max_bytes are handled by
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
mt_allocator.h 79 size_t _M_max_bytes;
83 // much smaller than _M_max_bytes).
91 // NB: At least one order of magnitude > _M_max_bytes.
115 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
124 : _M_align(__align), _M_max_bytes(__maxb), _M_min_bin(__minbin),
149 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
696 // Requests larger than _M_max_bytes are handled by operator
740 // Requests larger than _M_max_bytes are handled by
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
mt_allocator.h 79 size_t _M_max_bytes;
83 // much smaller than _M_max_bytes).
91 // NB: At least one order of magnitude > _M_max_bytes.
115 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
124 : _M_align(__align), _M_max_bytes(__maxb), _M_min_bin(__minbin),
149 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
696 // Requests larger than _M_max_bytes are handled by operator
740 // Requests larger than _M_max_bytes are handled by
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
mt_allocator.h 79 size_t _M_max_bytes;
83 // much smaller than _M_max_bytes).
91 // NB: At least one order of magnitude > _M_max_bytes.
115 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
124 : _M_align(__align), _M_max_bytes(__maxb), _M_min_bin(__minbin),
149 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
696 // Requests larger than _M_max_bytes are handled by operator
740 // Requests larger than _M_max_bytes are handled by

Completed in 111 milliseconds