-
- Downloads
mt_allocator.h (__mt_alloc<>::allocate): Factor out some duplicated code.
2004-04-03 Paolo Carlini <pcarlini@suse.de> * include/ext/mt_allocator.h (__mt_alloc<>::allocate): Factor out some duplicated code. (__mt_alloc<>::_Bin_record): Spare the space of _M_free and _M_used in the single threaded case. * testsuite/performance/20_util/allocator/list_sort_search.cc: Reorder and renumber the tests consistently with the other testfiles. * testsuite/performance/20_util/allocator/map_mt_find.cc: Ditto. * testsuite/performance/20_util/allocator/map_thread.cc: Ditto. * testsuite/performance/20_util/allocator/producer_consumer.cc: Ditto. From-SVN: r80375
Showing
- libstdc++-v3/ChangeLog 12 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/ext/mt_allocator.h 11 additions, 27 deletionslibstdc++-v3/include/ext/mt_allocator.h
- libstdc++-v3/testsuite/performance/20_util/allocator/list_sort_search.cc 2 additions, 2 deletions...stsuite/performance/20_util/allocator/list_sort_search.cc
- libstdc++-v3/testsuite/performance/20_util/allocator/map_mt_find.cc 2 additions, 2 deletions...v3/testsuite/performance/20_util/allocator/map_mt_find.cc
- libstdc++-v3/testsuite/performance/20_util/allocator/map_thread.cc 6 additions, 6 deletions...-v3/testsuite/performance/20_util/allocator/map_thread.cc
- libstdc++-v3/testsuite/performance/20_util/allocator/producer_consumer.cc 15 additions, 15 deletions...tsuite/performance/20_util/allocator/producer_consumer.cc
Loading
Please register or sign in to comment