PostgreSQL Source Code
git master
|
Data Fields | |
dlist_node | node |
int | nfree |
int | firstFreeChunk |
int SlabBlock::firstFreeChunk |
Definition at line 92 of file slab.c.
Referenced by SlabAlloc(), and SlabFree().
int SlabBlock::nfree |
Definition at line 91 of file slab.c.
Referenced by SlabAlloc(), SlabFree(), and SlabStats().
dlist_node SlabBlock::node |
Definition at line 90 of file slab.c.
Referenced by SlabAlloc(), and SlabFree().