PostgreSQL Source Code
git master
|
uint32 AllocSetContext::allocChunkLimit |
Definition at line 162 of file aset.c.
Referenced by AllocSetAlloc(), and AllocSetContextCreateInternal().
AllocBlock AllocSetContext::blocks |
Definition at line 156 of file aset.c.
Referenced by AllocSetAlloc(), AllocSetAllocFromNewBlock(), AllocSetAllocLarge(), AllocSetContextCreateInternal(), AllocSetDelete(), AllocSetFree(), AllocSetReset(), and AllocSetStats().
MemoryChunk* AllocSetContext::freelist[ALLOCSET_NUM_FREELISTS] |
Definition at line 157 of file aset.c.
Referenced by AllocSetAlloc(), AllocSetAllocFromNewBlock(), AllocSetContextCreateInternal(), AllocSetFree(), AllocSetReset(), and AllocSetStats().
int AllocSetContext::freeListIndex |
Definition at line 164 of file aset.c.
Referenced by AllocSetContextCreateInternal(), and AllocSetDelete().
MemoryContextData AllocSetContext::header |
Definition at line 154 of file aset.c.
Referenced by AllocSetContextCreateInternal(), AllocSetDelete(), AllocSetFree(), AllocSetGetChunkContext(), and AllocSetRealloc().
uint32 AllocSetContext::initBlockSize |
Definition at line 159 of file aset.c.
Referenced by AllocSetContextCreateInternal(), and AllocSetReset().
uint32 AllocSetContext::maxBlockSize |
Definition at line 160 of file aset.c.
Referenced by AllocSetAllocFromNewBlock(), and AllocSetContextCreateInternal().
uint32 AllocSetContext::nextBlockSize |
Definition at line 161 of file aset.c.
Referenced by AllocSetAllocFromNewBlock(), AllocSetContextCreateInternal(), and AllocSetReset().