PostgreSQL Source Code
git master
|
Data Fields | |
MemoryContextData | header |
uint32 | initBlockSize |
uint32 | maxBlockSize |
uint32 | nextBlockSize |
uint32 | allocChunkLimit |
dlist_head | blocks |
uint32 BumpContext::allocChunkLimit |
Definition at line 74 of file bump.c.
Referenced by BumpAlloc(), and BumpContextCreate().
dlist_head BumpContext::blocks |
Definition at line 76 of file bump.c.
Referenced by BumpAlloc(), BumpAllocFromNewBlock(), BumpAllocLarge(), BumpContextCreate(), BumpIsEmpty(), BumpReset(), and BumpStats().
MemoryContextData BumpContext::header |
uint32 BumpContext::initBlockSize |
Definition at line 71 of file bump.c.
Referenced by BumpContextCreate(), and BumpReset().
uint32 BumpContext::maxBlockSize |
Definition at line 72 of file bump.c.
Referenced by BumpAllocFromNewBlock(), and BumpContextCreate().
uint32 BumpContext::nextBlockSize |
Definition at line 73 of file bump.c.
Referenced by BumpAllocFromNewBlock(), BumpContextCreate(), and BumpReset().