Skip to content

Commit 09f8f44

Browse files
committed
Redo illustration in Object Pool.
1 parent 0a44f60 commit 09f8f44

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

book/object-pool.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ That's fragmentation.
4747

4848
<span name="heap"></span>
4949

50-
<img src="images/object-pool-heap-fragment.gif" />
50+
<img src="images/object-pool-heap-fragment.png" />
5151

5252
<aside name="heap">
5353

-8.67 KB
Binary file not shown.
132 KB
Loading

html/object-pool.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h3><a href="#the-curse-of-fragmentation" name="the-curse-of-fragmentation">The
9797
</aside>
9898

9999
<p><span name="heap"></span></p>
100-
<p><img src="images/object-pool-heap-fragment.gif" /></p>
100+
<p><img src="images/object-pool-heap-fragment.png" /></p>
101101
<aside name="heap">
102102

103103
<p>Here&#x2019;s how a heap becomes fragmented, and how it can cause an

0 commit comments

Comments
 (0)