Skip to content

Commit 3a69fa6

Browse files
committed
Add News entry.
1 parent b868f21 commit 3a69fa6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Add radix tree implementation of obmalloc's address_in_range(). Use it
2+
by default on 64-bit platforms. The radix tree eliminates the
3+
(slightly) memory unsanitary behavior of the current address_in_range()
4+
approach. It also has the small advantage of easily allowing larger
5+
pool sizes. The current address_in_range() requires that pools be no
6+
larger than the OS page size.
7+
8+
Co-authored-by: Tim Peters <[email protected]>

0 commit comments

Comments
 (0)