• Max Kellermann's avatar
    pcm_buffer: 8 kB alignment instead of 64 kB · ed0b4804
    Max Kellermann authored
    Reduce the overhead.  Most buffers used by MPD are around 2 to 4 kB.
    8 kB seems large enough to keep heap fragmentation low.
    
    Additionally, this patch fixes an off-by-one error in the alignment
    formula.
    ed0b4804
pcm_buffer.h 1.91 KB