Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
Loading...
Searching...
No Matches
SharedMemory.hpp File Reference

RAII wrapper for POSIX shared memory and Windows file mappings. More...

#include <cstddef>
#include <cstdint>
#include <string>
#include <utility>
+ Include dependency graph for SharedMemory.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  corium::ipc::RawMemoryBuffer
 Non-allocating wrapper for fixed raw memory regions (e.g. multi-core SRAM, DMA buffers, hardware shared RAM). More...
 
class  corium::ipc::SharedMemory
 Cross-platform zero-copy shared memory region wrapper. Manages OS-level shared memory allocation, memory mapping, and cleanup. More...
 

Namespaces

namespace  corium
 
namespace  corium::ipc
 

Macros

#define CORIUM_HAS_POSIX_SHM   0
 

Detailed Description

RAII wrapper for POSIX shared memory and Windows file mappings.

Macro Definition Documentation

◆ CORIUM_HAS_POSIX_SHM

#define CORIUM_HAS_POSIX_SHM   0