8000
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 1c77873 commit b23837dCopy full SHA for b23837d
src/include/utils/memutils_memorychunk.h
@@ -5,9 +5,9 @@
5
* MemoryContexts may use as a header for chunks of memory they allocate.
6
*
7
* MemoryChunk provides a lightweight header that a MemoryContext can use to
8
- * store a reference back to the block the which the given chunk is allocated
9
- * on and also an additional 30-bits to store another value such as the size
10
- * of the allocated chunk.
+ * store a reference back to the block which the given chunk is allocated on
+ * and also an additional 30-bits to store another value such as the size of
+ * the allocated chunk.
11
12
* Although MemoryChunks are used by each of our MemoryContexts, future
13
* implementations may choose to implement their own method for storing chunk
0 commit comments