#include <pg_shmem.h>
Data Fields | |
int32 | magic |
pid_t | creatorPID |
Size | totalsize |
Size | freeoffset |
void * | index |
dev_t | device |
ino_t | inode |
Definition at line 27 of file pg_shmem.h.
Definition at line 31 of file pg_shmem.h.
Referenced by PGSharedMemoryCreate().
dev_t PGShmemHeader::device |
Definition at line 36 of file pg_shmem.h.
Referenced by PGSharedMemoryCreate().
Definition at line 33 of file pg_shmem.h.
Referenced by PGSharedMemoryCreate(), and ShmemAlloc().
void* PGShmemHeader::index |
Definition at line 34 of file pg_shmem.h.
Referenced by ShmemInitStruct().
ino_t PGShmemHeader::inode |
Definition at line 37 of file pg_shmem.h.
Referenced by PGSharedMemoryCreate().
Definition at line 29 of file pg_shmem.h.
Referenced by PGSharedMemoryAttach(), PGSharedMemoryCreate(), and PGSharedMemoryReAttach().
Definition at line 32 of file pg_shmem.h.
Referenced by InitShmemAccess(), and PGSharedMemoryCreate().