Home
last modified time | relevance | path

Searched refs:_S_alloc_granularity (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dstl_rope.h557 enum { _S_alloc_granularity = 8 }; enumerator
570 return (__size_with_eos + _S_alloc_granularity-1) in _S_rounded_up_size()
571 &~ (_S_alloc_granularity-1); in _S_rounded_up_size()
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Drope665 enum { _S_alloc_granularity = 8 };
680 return ((__size_with_eos + size_t(_S_alloc_granularity) - 1)
681 &~ (size_t(_S_alloc_granularity) - 1));