Sese Framework
2.3.0
A cross-platform framework
|
Indicates basic information of shared memory. More...
#include <IPC.h>
Public Attributes | |
size_t | total_size |
The total size of the shared memory, excluding the size of this structure. | |
size_t | tail |
The enqueue position of the queue elements, excluding the offset of this structure. | |
Indicates basic information of shared memory.
size_t sese::system::MemInfo::tail |
The enqueue position of the queue elements, excluding the offset of this structure.
Referenced by sese::system::IPCChannel::create(), sese::system::IPCChannel::read(), and sese::system::IPCChannel::write().
size_t sese::system::MemInfo::total_size |
The total size of the shared memory, excluding the size of this structure.
Referenced by sese::system::IPCChannel::create(), and sese::system::IPCChannel::write().