PostgreSQL Source Code
git master
|
Data Fields | |
SlabContext * | slab |
int32 | nfree |
int32 | nunused |
MemoryChunk * | freehead |
MemoryChunk * | unused |
dlist_node | node |
MemoryChunk* SlabBlock::freehead |
Definition at line 151 of file slab.c.
Referenced by SlabAllocFromNewBlock(), SlabFree(), and SlabGetNextFreeChunk().
int32 SlabBlock::nfree |
Definition at line 149 of file slab.c.
Referenced by SlabAlloc(), SlabAllocFromNewBlock(), SlabFree(), SlabGetNextFreeChunk(), and SlabStats().
dlist_node SlabBlock::node |
Definition at line 153 of file slab.c.
Referenced by SlabAlloc(), SlabAllocFromNewBlock(), and SlabFree().
int32 SlabBlock::nunused |
Definition at line 150 of file slab.c.
Referenced by SlabAllocFromNewBlock(), and SlabGetNextFreeChunk().
SlabContext* SlabBlock::slab |
Definition at line 148 of file slab.c.
Referenced by SlabAllocFromNewBlock(), SlabFree(), SlabGetChunkContext(), SlabGetChunkSpace(), and SlabRealloc().
MemoryChunk* SlabBlock::unused |
Definition at line 152 of file slab.c.
Referenced by SlabAllocFromNewBlock(), and SlabGetNextFreeChunk().