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

@@ -172,9 +172,6 @@
/* Support lazy locking (avoid locking unless a second thread is launched). */
#undef JEMALLOC_LAZY_LOCK
/* Minimum size class to support is 2^LG_TINY_MIN bytes. */
#undef LG_TINY_MIN
/*
* Minimum allocation alignment is 2^LG_QUANTUM bytes (ignoring tiny size
* classes).