Generational memory allocator

Simon Riggs <simon@2ndQuadrant.com>

Commit: a4ccc1cef5a04cc054af83bc4582a045d5232cb3
Author: Simon Riggs <simon@2ndQuadrant.com>
Date: 2017-11-22T18:45:07Z
Releases: 11.0
Generational memory allocator

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

Files