Searched refs:__rounded_down (Results 1 – 1 of 1) sorted by relevance
578 size_t __rounded_down = _S_round_up(__bytes_left + 1) - (size_t)_ALIGN; in _S_chunk_alloc() local579 if (__rounded_down > 0) in _S_chunk_alloc()580 _S_free_list[_S_FREELIST_INDEX(__rounded_down)].push((_Obj*)__buf_start); in _S_chunk_alloc()607 size_t __rounded_down = _S_round_up(__bytes_left+1) - (size_t)_ALIGN; in _S_chunk_alloc() local608 if (__rounded_down > 0) { in _S_chunk_alloc()609 …_S_free_list[_S_FREELIST_INDEX(__rounded_down)].push(__REINTERPRET_CAST(_Obj*, __REINTERPRET_CAST(… in _S_chunk_alloc()