• Rémi Denis-Courmont's avatar
    Remove block_Realloc() shrinking behavior · fd4cb488
    Rémi Denis-Courmont authored
     * It did not fix the issue with UDP packet loos that brought it in the
       first place (#1919, it was a socket buffer issue),
     * It does not play nice with posix_memalign(),
     * It is slow.
    
    In particular, this fixes invalid memory use when downsampling
    with the "trivial" plugin.
    fd4cb488
block.c 17.2 KB