commit | 1bf2743e08ba66cc141e296812839947223e4370 | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Sun Dec 23 08:51:48 2012 -0800 |
committer | Jason Evans <jasone@canonware.com> | Sun Dec 23 08:51:48 2012 -0800 |
tree | d2dd57a56d366213be4ca1ef033bdfd7c7e87931 | |
parent | 1271185b87fcf54afb37dc05e7e0c58e5fb8f06a [diff] |
Add clipping support to lg_chunk option processing. Modify processing of the lg_chunk option so that it clips an out-of-range input to the edge of the valid range. This makes it possible to request the minimum possible chunk size without intimate knowledge of allocator internals. Submitted by Ian Lepore (see FreeBSD PR bin/174641).