We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6104c3d commit f4dc72fCopy full SHA for f4dc72f
booksrc/chapter-simple-bump.md
@@ -10,7 +10,7 @@ to point to the space after _that_ object.
10
In a twist of mathematical convenience, though, it is [more efficient][2] to
11
bump allocate from a high memory location _downwards_. We will do that.
12
13
-We will used a fixed power-of-two block size. The benefit of this is that
+We will use a fixed power-of-two block size. The benefit of this is that
14
given a pointer to an object, by zeroing the bits of the pointer that represent
15
the block size, the result points to the beginning of the block. This will
16
be useful later when implementing garbage collection.
0 commit comments