PostgreSQL Source Code
git master
|
Data Fields | |
dlist_node | node |
char * | freeptr |
char * | endptr |
char* BumpBlock::endptr |
Definition at line 93 of file bump.c.
Referenced by BumpAllocChunkFromBlock(), BumpAllocLarge(), BumpBlockFree(), BumpBlockFreeBytes(), BumpBlockInit(), and BumpStats().
char* BumpBlock::freeptr |
Definition at line 92 of file bump.c.
Referenced by BumpAllocChunkFromBlock(), BumpAllocLarge(), BumpBlockFreeBytes(), BumpBlockInit(), BumpBlockIsEmpty(), BumpBlockMarkEmpty(), and BumpStats().
dlist_node BumpBlock::node |
Definition at line 88 of file bump.c.
Referenced by BumpAllocFromNewBlock(), BumpAllocLarge(), BumpBlockFree(), and BumpContextCreate().