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