Searched refs:_S_alloc_granularity (Results 1 – 2 of 2) sorted by relevance
557 enum { _S_alloc_granularity = 8 }; enumerator570 return (__size_with_eos + _S_alloc_granularity-1) in _S_rounded_up_size()571 &~ (_S_alloc_granularity-1); in _S_rounded_up_size()
665 enum { _S_alloc_granularity = 8 };680 return ((__size_with_eos + size_t(_S_alloc_granularity) - 1)681 &~ (size_t(_S_alloc_granularity) - 1));