Custom memory allocators: Complete sentence
Also add section ID.
This commit is contained in:
parent
87df3083ed
commit
eff2f5c71f
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue