From: Wayne Davison Date: Tue, 29 May 2007 04:19:47 +0000 (+0000) Subject: Unified the file-list pool used in incremental recursion mode so that X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/abdcb21a7aa725cbf7a5a9e37f93484a133b69d1?ds=sidebyside;hp=abdcb21a7aa725cbf7a5a9e37f93484a133b69d1 Unified the file-list pool used in incremental recursion mode so that we use less memory, especially in small transfers. As file lists are discarded, we use the new pool_boundary() and pool_free_old() functions to discard pool extents that are no longer needed. ---