Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

AllocSetContext Struct Reference

Data Fields

MemoryContextData header
AllocBlock blocks
AllocChunk freelist [ALLOCSET_NUM_FREELISTS]
Size initBlockSize
Size maxBlockSize
Size nextBlockSize
Size allocChunkLimit
AllocBlock keeper

Detailed Description

Definition at line 137 of file aset.c.


Field Documentation

Definition at line 147 of file aset.c.

Referenced by AllocSetContextCreate().

Definition at line 141 of file aset.c.

Referenced by AllocSetContextCreate().

AllocChunk AllocSetContext::freelist[ALLOCSET_NUM_FREELISTS]

Definition at line 142 of file aset.c.

Definition at line 139 of file aset.c.

Definition at line 144 of file aset.c.

Referenced by AllocSetContextCreate().

Definition at line 148 of file aset.c.

Referenced by AllocSetContextCreate().

Definition at line 145 of file aset.c.

Referenced by AllocSetContextCreate().

Definition at line 146 of file aset.c.

Referenced by AllocSetContextCreate().


The documentation for this struct was generated from the following file: