Kaydet (Commit) 1edd2f62 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

make comment not lie about the size of SMALL_REQUEST_THRESHOLD

üst f524799a
...@@ -167,7 +167,7 @@ static int running_on_valgrind = -1; ...@@ -167,7 +167,7 @@ static int running_on_valgrind = -1;
* this value according to your application behaviour and memory needs. * this value according to your application behaviour and memory needs.
* *
* The following invariants must hold: * 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 * 2) SMALL_REQUEST_THRESHOLD is evenly divisible by ALIGNMENT
* *
* Note: a size threshold of 512 guarantees that newly created dictionaries * Note: a size threshold of 512 guarantees that newly created dictionaries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment