Searched refs:__bytes_to_get (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dpool_allocator.cc91 size_t __bytes_to_get = (2 * __total_bytes local
95 _S_start_free = static_cast<char*>(::operator new(__bytes_to_get));
121 _S_heap_size += __bytes_to_get;
122 _S_end_free = _S_start_free + __bytes_to_get;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dpool_allocator.cc91 size_t __bytes_to_get = (2 * __total_bytes local
95 _S_start_free = static_cast<char*>(::operator new(__bytes_to_get));
121 _S_heap_size += __bytes_to_get;
122 _S_end_free = _S_start_free + __bytes_to_get;

Completed in 90 milliseconds