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