• Simon Riggs's avatar
    Generational memory allocator · a4ccc1ce
    Simon Riggs authored
    Add new style of memory allocator, known as Generational
    appropriate for use in cases where memory is allocated
    and then freed in roughly oldest first order (FIFO).
    
    Use new allocator for logical decoding’s reorderbuffer
    to significantly reduce memory usage and improve performance.
    
    Author: Tomas Vondra
    Reviewed-by: Simon Riggs
    a4ccc1ce
reorderbuffer.c 87.3 KB