Я добавляю для страховки: #include <assert.h>
static_assert(sizeof(struct RuntimeConfig) % 4 == 0, "Size of struct RuntimeConfig is not word aligned");
ну и не забываем про alignas(4096) в стандарте C11, вместо __attribute__((aligned(4096))) в недостандарте GNU C