2004-03-24 Benjamin Kosnik * docs/html/20_util/allocator.html: Add bitmap_allocator links. Index: docs/html/20_util/allocator.html =================================================================== RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/20_util/allocator.html,v retrieving revision 1.2 diff -c -p -r1.2 allocator.html *** docs/html/20_util/allocator.html 26 Feb 2004 11:35:05 -0000 1.2 --- docs/html/20_util/allocator.html 24 Mar 2004 21:28:43 -0000 *************** *** 308,313 **** --- 308,319 ---- + + __gnu_cxx::bitmap_allocator<T> + <ext/bitmap_allocator.h> + + +

More details on each of these allocators follows.

*************** *** 379,384 **** --- 385,398 ----

A high-performance fixed-size allocator. It has its own documentation, found here. +

+ + +
  • bitmap_allocator +

    A high-performance allocator that uses a bit-map to keep track + of the used and unused memory locations. It has its own + documentation, found here.