PatchworkOS
Loading...
Searching...
No Matches
shmem_object_t Struct Reference

Represents a shared memory object. More...

#include <shmem.h>

Data Fields

ref_t ref
 
uint64_t pageAmount
 
void ** pages
 
lock_t lock
 

Detailed Description

Represents a shared memory object.

Definition at line 35 of file shmem.h.

Field Documentation

◆ lock

lock_t shmem_object_t::lock

Definition at line 40 of file shmem.h.

Referenced by shmem_mmap(), and shmem_object_new().

◆ pageAmount

uint64_t shmem_object_t::pageAmount

◆ pages

void** shmem_object_t::pages

◆ ref

ref_t shmem_object_t::ref

Definition at line 37 of file shmem.h.

Referenced by shmem_object_new().


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