Searched refs:__bytes (Results 1 – 2 of 2) sorted by relevance
335 _S_round_up(size_t __bytes) in _S_round_up() argument336 { return (((__bytes) + _ALIGN-1) & ~(_ALIGN - 1)); } in _S_round_up()350 static size_t _S_freelist_index(size_t __bytes) { in _S_freelist_index() argument351 return (((__bytes) + _ALIGN-1)/_ALIGN - 1); in _S_freelist_index()
86 static size_t _S_round_up(size_t __bytes) {87 return (((__bytes) + _S_ALIGN-1) & ~(_S_ALIGN - 1));89 static size_t _S_freelist_index(size_t __bytes) {90 return (((__bytes) + _S_ALIGN-1)/_S_ALIGN - 1);