Data Fields | |
MemoryContextData | header |
AllocBlock | blocks |
AllocChunk | freelist [ALLOCSET_NUM_FREELISTS] |
Size | initBlockSize |
Size | maxBlockSize |
Size | nextBlockSize |
Size | allocChunkLimit |
AllocBlock | keeper |
Definition at line 137 of file aset.c.
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 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().