We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b562136 commit f8a253eCopy full SHA for f8a253e
Objects/obmalloc.c
@@ -167,7 +167,7 @@ static int running_on_valgrind = -1;
167
* this value according to your application behaviour and memory needs.
168
*
169
* The following invariants must hold:
170
- * 1) ALIGNMENT <= SMALL_REQUEST_THRESHOLD <= 256
+ * 1) ALIGNMENT <= SMALL_REQUEST_THRESHOLD <= 512
171
* 2) SMALL_REQUEST_THRESHOLD is evenly divisible by ALIGNMENT
172
173
* Note: a size threshold of 512 guarantees that newly created dictionaries
0 commit comments