We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfc574 commit bcddea4Copy full SHA for bcddea4
1 file changed
include/conf.h
@@ -17,7 +17,7 @@
17
* calculated as (32768 / CANARY_COUNT_DIV) = 327.
18
* When CANARY_COUNT_DIV = 7 we set aside < %1 of user
19
* chunks as canaries because we right shift zone
20
- * chunk count by this value */
+ * chunk count by this value, e.g. (65535 >> 7 = 511) */
21
#define CANARY_COUNT_DIV 7
22
23
/* If you're compiling for Android and want custom names
0 commit comments