Remove --with-lg-tiny-min.

This option isn't useful in practice.

This partially resolves #580.
This commit is contained in:
Jason Evans
2017-04-21 15:35:54 -07:00
parent b54530020f
commit af76f0e5d2
4 changed files with 11 additions and 41 deletions

View File

@@ -285,6 +285,7 @@ cat <<EOF
* This header file defines:
*
* LG_SIZE_CLASS_GROUP: Lg of size class count for each size doubling.
* LG_TINY_MIN: Lg of minimum size class to support.
* SIZE_CLASSES: Complete table of SC(index, lg_grp, lg_delta, ndelta, psz,
* bin, pgs, lg_delta_lookup) tuples.
* index: Size class index.
@@ -310,6 +311,7 @@ cat <<EOF
*/
#define LG_SIZE_CLASS_GROUP ${lg_g}
#define LG_TINY_MIN ${lg_tmin}
EOF