Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/
A Dpool_allocator.cc93 size_t __bytes_to_get = (2 * __total_bytes in _M_allocate_chunk() local
97 _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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/
A Dpool_allocator.cc93 size_t __bytes_to_get = (2 * __total_bytes in _M_allocate_chunk() local
97 _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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dpool_allocator.cc93 size_t __bytes_to_get = (2 * __total_bytes in _M_allocate_chunk() local
97 _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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/
A Dpool_allocator.cc93 size_t __bytes_to_get = (2 * __total_bytes in _M_allocate_chunk() local
97 _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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/
A Dpool_allocator.cc93 size_t __bytes_to_get = (2 * __total_bytes in _M_allocate_chunk() local
97 _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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/
A Dpool_allocator.cc93 size_t __bytes_to_get = (2 * __total_bytes in _M_allocate_chunk() local
97 _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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/
A Dpool_allocator.cc93 size_t __bytes_to_get = (2 * __total_bytes in _M_allocate_chunk() local
97 _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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++98/
A Dpool_allocator.cc93 size_t __bytes_to_get = (2 * __total_bytes in _M_allocate_chunk() local
97 _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