Nikolay Shirokovskiy
authored
It was disabled in the commit ccfef5fd ("memtx: ignore slab_alloc_granularity < machine word size") to postpone addressing unaligned objects issues. Add PACKED attribute to inform compiler of unaligned objects. We also need to introduce `struct stailq_entry_ptr` to be able to inform compiler that `last` pointer unaligned too. Closes #7422 NO_DOC=internal NO_CHANGELOG=internal