Fix typo in memutils_memorychunk.h
Author: Richard Guo Discussion: https://postgr.es/m/CAMbWs483CYjHoLH32_hd3Yq1NJfravNdL2zy7+e7pwvFPJF1RQ@mail.gmail.com
This commit is contained in:
parent
1c77873727
commit
b23837dde4
@ -5,9 +5,9 @@
|
|||||||
* MemoryContexts may use as a header for chunks of memory they allocate.
|
* MemoryContexts may use as a header for chunks of memory they allocate.
|
||||||
*
|
*
|
||||||
* MemoryChunk provides a lightweight header that a MemoryContext can use to
|
* MemoryChunk provides a lightweight header that a MemoryContext can use to
|
||||||
* store a reference back to the block the which the given chunk is allocated
|
* store a reference back to the block which the given chunk is allocated on
|
||||||
* on and also an additional 30-bits to store another value such as the size
|
* and also an additional 30-bits to store another value such as the size of
|
||||||
* of the allocated chunk.
|
* the allocated chunk.
|
||||||
*
|
*
|
||||||
* Although MemoryChunks are used by each of our MemoryContexts, future
|
* Although MemoryChunks are used by each of our MemoryContexts, future
|
||||||
* implementations may choose to implement their own method for storing chunk
|
* implementations may choose to implement their own method for storing chunk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user