Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp795 enum {_S_ALIGN = _STLP_DATA_ALIGNMENT}; enumerator
798 { return (((__bytes) + (int)_S_ALIGN - 1) & ~((int)_S_ALIGN - 1)); } in _S_round_up()
800 { return (((__bytes) + (int)_S_ALIGN - 1) / (int)_S_ALIGN - 1); } in _S_freelist_index()