Custom memory allocators: Complete sentence

Also add section ID.
This commit is contained in:
Florian Weimer 2014-04-10 21:10:41 +02:00
parent 87df3083ed
commit eff2f5c71f

View file

@ -140,7 +140,7 @@
</para>
</section>
<section>
<section id="sect-Defensive_Coding-C-Allocators-Custom">
<title>Custom memory allocators</title>
<para>
Custom memory allocates come in two forms: replacements for
@ -176,7 +176,8 @@
allocators. In micro-benchmarks, pool allocators can show
huge wins, and size-specific pools can reduce internal
fragmentation. But often, utilization of individual pools
is poor, and
is poor, and external fragmentation increases the overall
memory usage.
</para>
</listitem>
</itemizedlist>