Searched refs:__bytes_left (Results 1 – 1 of 1) sorted by relevance
65 size_t __bytes_left = _S_end_free - _S_start_free; in _M_allocate_chunk() local67 if (__bytes_left >= __total_bytes) in _M_allocate_chunk()73 else if (__bytes_left >= __n) in _M_allocate_chunk()75 __nobjs = (int)(__bytes_left / __n); in _M_allocate_chunk()84 if (__bytes_left > 0) in _M_allocate_chunk()86 _Obj* volatile* __free_list = _M_get_free_list(__bytes_left); in _M_allocate_chunk()