#include <veil_shmem.h>
Definition at line 54 of file veil_shmem.h.
Data Fields | |
| Oid | db_id |
| Identifier for the database for which this context was created, or by which it has been taken over. | |
| LWLockId | lwlock |
| The LWLock associated with this memory context. | |
| size_t | next |
| Offset of 1st free byte. | |
| size_t | limit |
| Offset, of 1st byte beyond this struct. | |
| struct ShmemCtl * | memctl |
| Pointer to shared memory control structure. | |
| void * | memory [0] |
| The rest of the chunk, from which memory is allocated. | |
Identifier for the database for which this context was created, or by which it has been taken over.
Definition at line 55 of file veil_shmem.h.
Referenced by get_shmem_context().
struct ShmemCtl* MemContext::memctl [read] |
1.5.6