PatchworkOS  3984a1d
A non-POSIX operating system.
Loading...
Searching...
No Matches
shmem_object_t Struct Reference

Represents a shared memory object. More...

Collaboration diagram for shmem_object_t:

Data Fields

ref_t ref
 
uint64_t pageAmount
 
void ** pages
 
lock_t lock
 

Detailed Description

Represents a shared memory object.

Definition at line 43 of file shmem.c.

Field Documentation

◆ ref

ref_t shmem_object_t::ref

Definition at line 45 of file shmem.c.

◆ pageAmount

uint64_t shmem_object_t::pageAmount

Definition at line 46 of file shmem.c.

◆ pages

void** shmem_object_t::pages

Definition at line 47 of file shmem.c.

◆ lock

lock_t shmem_object_t::lock

Definition at line 48 of file shmem.c.


The documentation for this struct was generated from the following file: