mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 14:04:31 +00:00
Previously we allocated `sizeof(struct ring) + size`. This patch allocates `sizeof(struct ring)` and then `size` for the payload separately. Hopefully the payload will be better aligned. Signed-off-by: David Scott <dave.scott@docker.com>