Searched refs:__bytes_to_get (Results 1 – 8 of 8) sorted by relevance
93 size_t __bytes_to_get = (2 * __total_bytes in _M_allocate_chunk() local97 _S_start_free = static_cast<char*>(::operator new(__bytes_to_get)); in _M_allocate_chunk()123 _S_heap_size += __bytes_to_get; in _M_allocate_chunk()124 _S_end_free = _S_start_free + __bytes_to_get; in _M_allocate_chunk()
Completed in 7 milliseconds