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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
mt_allocator.h 75 size_t _M_max_bytes;
79 // much smaller than _M_max_bytes).
87 // NB: At least one order of magnitude > _M_max_bytes.
111 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
120 : _M_align(__align), _M_max_bytes(__maxb), _M_min_bin(__minbin),
145 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
682 // Requests larger than _M_max_bytes are handled by operator
726 // Requests larger than _M_max_bytes are handled by
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 75 size_t _M_max_bytes;
79 // much smaller than _M_max_bytes).
87 // NB: At least one order of magnitude > _M_max_bytes.
111 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
120 : _M_align(__align), _M_max_bytes(__maxb), _M_min_bin(__minbin),
145 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
682 // Requests larger than _M_max_bytes are handled by operator
726 // Requests larger than _M_max_bytes are handled by
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 75 size_t _M_max_bytes;
79 // much smaller than _M_max_bytes).
87 // NB: At least one order of magnitude > _M_max_bytes.
111 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
120 : _M_align(__align), _M_max_bytes(__maxb), _M_min_bin(__minbin),
145 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
682 // Requests larger than _M_max_bytes are handled by operator
726 // Requests larger than _M_max_bytes are handled by
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 75 size_t _M_max_bytes;
79 // much smaller than _M_max_bytes).
87 // NB: At least one order of magnitude > _M_max_bytes.
111 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
120 : _M_align(__align), _M_max_bytes(__maxb), _M_min_bin(__minbin),
145 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
682 // Requests larger than _M_max_bytes are handled by operator
726 // Requests larger than _M_max_bytes are handled by

Completed in 437 milliseconds