PostgreSQL Source Code
git master
|
Data Fields | |
struct loc_chunk * | next |
unsigned int | chunk_used |
unsigned int | chunk_avail |
char | data [FLEXIBLE_ARRAY_MEMBER] |
unsigned int loc_chunk::chunk_avail |
Definition at line 122 of file util.c.
Referenced by loc_alloc().
unsigned int loc_chunk::chunk_used |
Definition at line 121 of file util.c.
Referenced by loc_alloc().
char loc_chunk::data[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 123 of file util.c.
Referenced by loc_alloc().
struct loc_chunk* loc_chunk::next |
Definition at line 120 of file util.c.
Referenced by loc_alloc(), and reclaim_local_storage().