16 #ifndef IOX_UTILS_POSIX_WRAPPER_SYSTEM_CONFIGURATION_HPP
17 #define IOX_UTILS_POSIX_WRAPPER_SYSTEM_CONFIGURATION_HPP
19 #include "iceoryx_utils/cxx/optional.hpp"
20 #include "iceoryx_utils/platform/unistd.hpp"
28 constexpr uint64_t MaxPageSize = 1024u * 512u;
30 cxx::optional<uint64_t> pageSize();
building block to easily create free function for logging in a library context
Definition: lockfree_queue.hpp:28