PostgreSQL Source Code
git master
|
Data Fields | |
dlist_node | node |
GenerationContext * | context |
Size | blksize |
int | nchunks |
int | nfree |
char * | freeptr |
char * | endptr |
Definition at line 89 of file generation.c.
Size GenerationBlock::blksize |
Definition at line 93 of file generation.c.
Referenced by GenerationAlloc(), GenerationBlockFree(), GenerationBlockInit(), GenerationFree(), and GenerationStats().
GenerationContext* GenerationBlock::context |
Definition at line 92 of file generation.c.
Referenced by GenerationAlloc(), GenerationBlockInit(), GenerationFree(), GenerationGetChunkContext(), and GenerationRealloc().
char* GenerationBlock::endptr |
Definition at line 97 of file generation.c.
Referenced by GenerationAlloc(), GenerationBlockFreeBytes(), GenerationBlockInit(), GenerationFree(), GenerationGetChunkSpace(), GenerationRealloc(), and GenerationStats().
char* GenerationBlock::freeptr |
Definition at line 96 of file generation.c.
Referenced by GenerationAlloc(), GenerationBlockFreeBytes(), GenerationBlockInit(), GenerationBlockMarkEmpty(), and GenerationStats().
int GenerationBlock::nchunks |
Definition at line 94 of file generation.c.
Referenced by GenerationAlloc(), GenerationBlockInit(), GenerationBlockIsEmpty(), GenerationBlockMarkEmpty(), GenerationFree(), GenerationIsEmpty(), and GenerationStats().
int GenerationBlock::nfree |
Definition at line 95 of file generation.c.
Referenced by GenerationAlloc(), GenerationBlockInit(), GenerationBlockMarkEmpty(), GenerationFree(), and GenerationStats().
dlist_node GenerationBlock::node |
Definition at line 91 of file generation.c.
Referenced by GenerationAlloc(), GenerationBlockFree(), GenerationContextCreate(), and GenerationFree().