PostgreSQL Source Code
git master
|
Data Fields | |
AllocSet | aset |
AllocBlock | prev |
AllocBlock | next |
char * | freeptr |
char * | endptr |
AllocSet AllocBlockData::aset |
Definition at line 153 of file aset.c.
Referenced by AllocSetAlloc(), AllocSetContextCreateInternal(), AllocSetFree(), and AllocSetRealloc().
char* AllocBlockData::endptr |
Definition at line 157 of file aset.c.
Referenced by AllocSetAlloc(), AllocSetContextCreateInternal(), AllocSetDelete(), AllocSetFree(), AllocSetRealloc(), AllocSetReset(), and AllocSetStats().
char* AllocBlockData::freeptr |
Definition at line 156 of file aset.c.
Referenced by AllocSetAlloc(), AllocSetContextCreateInternal(), AllocSetDelete(), AllocSetFree(), AllocSetRealloc(), AllocSetReset(), and AllocSetStats().
AllocBlock AllocBlockData::next |
Definition at line 155 of file aset.c.
Referenced by AllocSetAlloc(), AllocSetContextCreateInternal(), AllocSetDelete(), AllocSetFree(), AllocSetRealloc(), AllocSetReset(), and AllocSetStats().
AllocBlock AllocBlockData::prev |
Definition at line 154 of file aset.c.
Referenced by AllocSetAlloc(), AllocSetContextCreateInternal(), AllocSetFree(), AllocSetRealloc(), and AllocSetReset().