Searched defs:_Bytes (Results 1 – 3 of 3) sorted by relevance
83 const size_t _Bytes = _Get_size_of_n!T(count); in allocator() local119 size_t _Bytes = T.sizeof * count; in allocator() local
516 constexpr size_t _Bytes = _Np * sizeof(_Tp); in _S_store() local
1313 constexpr size_t _Bytes = _ReqBytes == 0 ? sizeof(__x) : _ReqBytes; in _S_store() local