PostgreSQL Source Code
git master
|
Size AllocSetContext::allocChunkLimit |
Definition at line 131 of file aset.c.
Referenced by AllocSetAlloc(), AllocSetContextCreateInternal(), AllocSetFree(), and AllocSetRealloc().
AllocBlock AllocSetContext::blocks |
Definition at line 125 of file aset.c.
Referenced by AllocSetAlloc(), AllocSetContextCreateInternal(), AllocSetDelete(), AllocSetFree(), AllocSetRealloc(), AllocSetReset(), and AllocSetStats().
AllocChunk AllocSetContext::freelist[ALLOCSET_NUM_FREELISTS] |
Definition at line 126 of file aset.c.
Referenced by AllocSetAlloc(), AllocSetContextCreateInternal(), AllocSetFree(), AllocSetReset(), and AllocSetStats().
int AllocSetContext::freeListIndex |
Definition at line 134 of file aset.c.
Referenced by AllocSetContextCreateInternal(), and AllocSetDelete().
MemoryContextData AllocSetContext::header |
Definition at line 123 of file aset.c.
Referenced by AllocSetContextCreateInternal(), AllocSetDelete(), AllocSetFree(), and AllocSetRealloc().
Size AllocSetContext::initBlockSize |
Definition at line 128 of file aset.c.
Referenced by AllocSetContextCreateInternal(), and AllocSetReset().
AllocBlock AllocSetContext::keeper |
Definition at line 132 of file aset.c.
Referenced by AllocSetContextCreateInternal(), AllocSetDelete(), and AllocSetReset().
Size AllocSetContext::maxBlockSize |
Definition at line 129 of file aset.c.
Referenced by AllocSetAlloc(), and AllocSetContextCreateInternal().
Size AllocSetContext::nextBlockSize |
Definition at line 130 of file aset.c.
Referenced by AllocSetAlloc(), AllocSetContextCreateInternal(), and AllocSetReset().