POSIX Shared Memory Data Structures 1.0
High-performance lock-free data structures for inter-process communication
|
Go to the source code of this file.
Functions | |
void | example_minimal_overhead () |
void | example_large_simulation () |
void | example_custom_config () |
int | main () |
void example_custom_config | ( | ) |
Definition at line 50 of file custom_table_sizes.cpp.
References shm_array< T, TableType >::size().
Referenced by main().
void example_large_simulation | ( | ) |
Definition at line 27 of file custom_table_sizes.cpp.
References shm_table_impl< MaxNameSize, MaxEntries >::MAX_ENTRIES, shm_table_impl< MaxNameSize, MaxEntries >::MAX_NAME_SIZE, shm_array< T, TableType >::name(), and shm_queue< T, TableType >::name().
Referenced by main().
void example_minimal_overhead | ( | ) |
Definition at line 8 of file custom_table_sizes.cpp.
References shm_table_impl< MaxNameSize, MaxEntries >::MAX_ENTRIES, shm_table_impl< MaxNameSize, MaxEntries >::MAX_NAME_SIZE, shm_array< T, TableType >::name(), and shm_array< T, TableType >::size().
Referenced by main().
int main | ( | ) |
Definition at line 70 of file custom_table_sizes.cpp.
References example_custom_config(), example_large_simulation(), and example_minimal_overhead().