Searched refs:_M_align (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dmt_allocator.h71 size_t _M_align; member in struct:__pool_base::_Tune
81 // NB: Must be a power of 2 and >= _M_align (and of course
114 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
123 : _M_align(__align), _M_max_bytes(__maxb), _M_min_bin(__minbin),
156 { return _M_options._M_align; }
H A Drc_string_base.h125 _CharT _M_align; member in union:__rc_string_base::_Rep::__anon2096
/freebsd-11-stable/contrib/libstdc++/src/
H A Dmt_allocator.cc125 + __options._M_align;
150 // NB: For alignment reasons, we can't use the first _M_align
151 // bytes, even when sizeof(_Block_record) < _M_align.
152 return reinterpret_cast<char*>(__block_record) + __options._M_align;
342 + __options._M_align);
447 // NB: For alignment reasons, we can't use the first _M_align
448 // bytes, even when sizeof(_Block_record) < _M_align.
449 return reinterpret_cast<char*>(__block_record) + __options._M_align;

Completed in 126 milliseconds