PostgreSQL Source Code
git master
|
Data Fields | |
AllocSet | aset |
AllocBlock | prev |
AllocBlock | next |
char * | freeptr |
char * | endptr |
AllocSet AllocBlockData::aset |
Definition at line 183 of file aset.c.
Referenced by AllocSetAllocFromNewBlock(), AllocSetAllocLarge(), AllocSetContextCreateInternal(), AllocSetFree(), AllocSetGetChunkContext(), and AllocSetRealloc().
char* AllocBlockData::endptr |
Definition at line 187 of file aset.c.
Referenced by AllocSetAlloc(), AllocSetAllocChunkFromBlock(), AllocSetAllocFromNewBlock(), AllocSetAllocLarge(), AllocSetContextCreateInternal(), AllocSetDelete(), AllocSetFree(), AllocSetGetChunkSpace(), AllocSetRealloc(), AllocSetReset(), and AllocSetStats().
char* AllocBlockData::freeptr |
Definition at line 186 of file aset.c.
Referenced by AllocSetAlloc(), AllocSetAllocChunkFromBlock(), AllocSetAllocFromNewBlock(), AllocSetAllocLarge(), AllocSetContextCreateInternal(), AllocSetDelete(), AllocSetFree(), AllocSetRealloc(), AllocSetReset(), and AllocSetStats().
AllocBlock AllocBlockData::next |
Definition at line 185 of file aset.c.
Referenced by AllocSetAllocFromNewBlock(), AllocSetAllocLarge(), AllocSetContextCreateInternal(), AllocSetDelete(), AllocSetFree(), AllocSetRealloc(), AllocSetReset(), and AllocSetStats().
AllocBlock AllocBlockData::prev |
Definition at line 184 of file aset.c.
Referenced by AllocSetAllocFromNewBlock(), AllocSetAllocLarge(), AllocSetContextCreateInternal(), AllocSetFree(), AllocSetRealloc(), and AllocSetReset().