Include physmem.h.
authorJim Meyering <jim@meyering.net>
Tue, 19 Dec 2000 09:16:28 +0000 (09:16 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 19 Dec 2000 09:16:28 +0000 (09:16 +0000)
commitbf86c62a335cf6bca390f9635d87fe23ece93fd5
tree1d6a738be8d408ef28ee35a1f303a9bb1f757c35
parent915dacbb85920ec58dd0331fbc88aacc92472a42
Include physmem.h.
(SORTALLOC, mergealloc, LINEALLOC): Remove.
(sortalloc): Default to zero at program startup.
(SORTALLOC_MIN, SORTALLOC_DEFAULT_MIN): New macros.
(usage, main): Add support for new -S SIZE option.
(specify_sort_size, default_sort_size): New functions.
(initlines): Do not let alloc exceed limit.
(findlines): Likewise.
(checkfp, mergefps, sort): Use sortalloc to size everything
else, instead of relying on precomputed sizes.
src/sort.c