make comment not lie about the size of SMALL_REQUEST_THRESHOLD

This commit is contained in:
Benjamin Peterson 2015-07-29 22:18:16 -07:00
parent f524799a65
commit 1edd2f6241
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ static int running_on_valgrind = -1;
* this value according to your application behaviour and memory needs.
*
* The following invariants must hold:
* 1) ALIGNMENT <= SMALL_REQUEST_THRESHOLD <= 256
* 1) ALIGNMENT <= SMALL_REQUEST_THRESHOLD <= 512
* 2) SMALL_REQUEST_THRESHOLD is evenly divisible by ALIGNMENT
*
* Note: a size threshold of 512 guarantees that newly created dictionaries