From f0414285e56fd3e8dac3fcdacdb930159e8a3501 Mon Sep 17 00:00:00 2001 From: bkoz Date: Wed, 29 Aug 2012 04:44:10 +0000 Subject: 2012-08-28 Benjamin Kosnik PR libstdc++/54102, part 2 * doc/Makefile.am (XSL_HTML_STYLE): use xhtml, not html. * doc/Makefile.in: Regenerate. * doc/html/*: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190771 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/doc/html/manual/mt_allocator.html | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) (limited to 'libstdc++-v3/doc/html/manual/mt_allocator.html') diff --git a/libstdc++-v3/doc/html/manual/mt_allocator.html b/libstdc++-v3/doc/html/manual/mt_allocator.html index 8349da341b6..5efda940418 100644 --- a/libstdc++-v3/doc/html/manual/mt_allocator.html +++ b/libstdc++-v3/doc/html/manual/mt_allocator.html @@ -1,22 +1,10 @@ -Chapter 20. The mt_allocator

Chapter 20. The mt_allocator

+

Intro

The mt allocator [hereinafter referred to simply as "the allocator"] is a fixed size (power of two) allocator that was initially developed specifically to suit the needs of multi threaded @@ -32,4 +20,4 @@

The aim of this document is to describe - from an application point of view - the "inner workings" of the allocator. -

+

-- cgit v1.2.1