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

/haiku/headers/cpp/
H A Dstl_rope.h541 enum { _S_alloc_granularity = 8 }; enumerator in enum:_Rope_RopeLeaf::__anon67
554 return (__size_with_eos + _S_alloc_granularity-1)
555 &~ (_S_alloc_granularity-1);

Completed in 32 milliseconds