POSIX Shared Memory Data Structures 1.0
High-performance lock-free data structures for inter-process communication
Loading...
Searching...
No Matches
custom_table_sizes.cpp File Reference
#include <iostream>
#include "posix_shm.h"
#include "shm_array.h"
#include "shm_queue.h"
+ Include dependency graph for custom_table_sizes.cpp:

Go to the source code of this file.

Functions

void example_minimal_overhead ()
 
void example_large_simulation ()
 
void example_custom_config ()
 
int main ()
 

Function Documentation

◆ example_custom_config()

void example_custom_config ( )

Definition at line 50 of file custom_table_sizes.cpp.

References shm_array< T, TableType >::size().

Referenced by main().

◆ example_large_simulation()

◆ example_minimal_overhead()

◆ main()