|
PostgreSQL Source Code git master
|
Data Fields | |
| uint64 | toc_magic |
| slock_t | toc_mutex |
| Size | toc_total_bytes |
| Size | toc_allocated_bytes |
| uint32 | toc_nentry |
| shm_toc_entry | toc_entry [FLEXIBLE_ARRAY_MEMBER] |
| Size shm_toc::toc_allocated_bytes |
Definition at line 31 of file shm_toc.c.
Referenced by shm_toc_allocate(), shm_toc_attach(), shm_toc_create(), shm_toc_freespace(), and shm_toc_insert().
| shm_toc_entry shm_toc::toc_entry[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 33 of file shm_toc.c.
Referenced by shm_toc_insert(), and shm_toc_lookup().
| uint64 shm_toc::toc_magic |
Definition at line 28 of file shm_toc.c.
Referenced by shm_toc_attach(), and shm_toc_create().
| slock_t shm_toc::toc_mutex |
Definition at line 29 of file shm_toc.c.
Referenced by shm_toc_allocate(), shm_toc_create(), shm_toc_freespace(), and shm_toc_insert().
| uint32 shm_toc::toc_nentry |
Definition at line 32 of file shm_toc.c.
Referenced by shm_toc_allocate(), shm_toc_create(), shm_toc_freespace(), shm_toc_insert(), and shm_toc_lookup().
| Size shm_toc::toc_total_bytes |
Definition at line 30 of file shm_toc.c.
Referenced by shm_toc_allocate(), shm_toc_attach(), shm_toc_create(), shm_toc_freespace(), and shm_toc_insert().