Fixes #217 ("Broken link in docs")
BIN
doc/allocplus/adaptive_pool_linux-gcc-4.1_1.jpg
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
doc/allocplus/adaptive_pool_linux-gcc-4.1_2.jpg
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
doc/allocplus/adaptive_pool_msvc-7.1_1.jpg
Normal file
After Width: | Height: | Size: 73 KiB |
BIN
doc/allocplus/adaptive_pool_msvc-7.1_2.jpg
Normal file
After Width: | Height: | Size: 71 KiB |
BIN
doc/allocplus/adaptive_pool_msvc-7.1_3.jpg
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
doc/allocplus/adaptive_pool_msvc-7.1_4.jpg
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
doc/allocplus/adaptive_pool_msvc-7.1_5.jpg
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
doc/allocplus/adaptive_pool_msvc-7.1_6.jpg
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
doc/allocplus/burst_allocation_linux-gcc-4.1_1.jpg
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
doc/allocplus/burst_allocation_linux-gcc-4.1_2.jpg
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
doc/allocplus/burst_allocation_msvc-7.1_1.jpg
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
doc/allocplus/burst_allocation_msvc-7.1_2.jpg
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
doc/allocplus/bwd_expansion_linux-gcc-4.1.jpg
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
doc/allocplus/bwd_expansion_msvc-7.1.jpg
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
doc/allocplus/fwd_expansion_linux-gcc-4.1.jpg
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
doc/allocplus/fwd_expansion_msvc-7.1_1.jpg
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
doc/allocplus/fwd_expansion_msvc-7.1_2.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
doc/allocplus/fwd_expansion_msvc-7.1_3.jpg
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
doc/allocplus/fwd_expansion_msvc-7.1_4.jpg
Normal file
After Width: | Height: | Size: 46 KiB |
1505
doc/allocplus/index.html
Normal file
BIN
doc/allocplus/shrink_to_fit_linux-gcc-4.1_1.jpg
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
doc/allocplus/shrink_to_fit_msvc-7.1_1.jpg
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
doc/allocplus/shrink_to_fit_msvc-7.1_2.jpg
Normal file
After Width: | Height: | Size: 42 KiB |
@ -807,7 +807,7 @@ general purpose allocator since new and delete don't offer expansion and burst c
|
||||
[@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1953.html N1953: Upgrading the Interface of Allocators using API Versioning],
|
||||
[@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2045.html N2045: Improving STL allocators]
|
||||
and the article
|
||||
[@http://www.drivehq.com/web/igaztanaga/allocplus/ Applying classic memory allocation strategies to C++ containers].
|
||||
[@../allocplus/index.html Applying classic memory allocation strategies to C++ containers].
|
||||
The extended allocator interface is implemented by [classref boost::container::allocator allocator],
|
||||
[classref boost::container::adaptive_pool adaptive_pool] and [classref boost::container::node_allocator node_allocator]
|
||||
classes.
|
||||
|