|
PatchworkOS
|
Represents a shared memory object. More...
#include <shmem.h>
Data Fields | |
| ref_t | ref |
| uint64_t | pageAmount |
| void ** | pages |
| lock_t | lock |
| lock_t shmem_object_t::lock |
Definition at line 40 of file shmem.h.
Referenced by shmem_mmap(), and shmem_object_new().
| uint64_t shmem_object_t::pageAmount |
Definition at line 38 of file shmem.h.
Referenced by shmem_mmap(), shmem_object_allocate_pages(), shmem_object_free(), and shmem_object_new().
| void** shmem_object_t::pages |
Definition at line 39 of file shmem.h.
Referenced by shmem_mmap(), shmem_object_allocate_pages(), shmem_object_free(), and shmem_object_new().
| ref_t shmem_object_t::ref |
Definition at line 37 of file shmem.h.
Referenced by shmem_object_new().