Hey, could use an opinion here: I'm implementing an IEEE spec. It has some messages to pass over a queue. Most of those messages have a reasonable size, but one is a kilobyte and another one is 4 kilobyte. What to do? Give in and use alloc?