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/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 77 size_t _M_max_bytes;
81 // much smaller than _M_max_bytes).
89 // NB: At least one order of magnitude > _M_max_bytes.
113 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
122 : _M_align(__align), _M_max_bytes(__maxb), _M_min_bin(__minbin),
147 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
684 // Requests larger than _M_max_bytes are handled by operator
728 // Requests larger than _M_max_bytes are handled by
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 77 size_t _M_max_bytes;
81 // much smaller than _M_max_bytes).
89 // NB: At least one order of magnitude > _M_max_bytes.
113 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
122 : _M_align(__align), _M_max_bytes(__maxb), _M_min_bin(__minbin),
147 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
684 // Requests larger than _M_max_bytes are handled by operator
728 // Requests larger than _M_max_bytes are handled by
  /prebuilts/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
  /prebuilts/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
  /prebuilts/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 154 milliseconds