From 7b03b5c629a918b630db9aee6ca431e02ff9c908 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 18 Mar 2021 07:35:38 -0400 Subject: [PATCH] update README for region quarantine change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 035f558..596c926 100644 --- a/README.md +++ b/README.md @@ -295,7 +295,7 @@ The following integer configuration options are available: * `CONFIG_GUARD_SIZE_DIVISOR`: `2` (default) to control the maximum size of the guard regions placed on both sides of large memory allocations, relative to the usable size of the memory allocation. -* `CONFIG_REGION_QUARANTINE_RANDOM_LENGTH`: `128` (default) to control the +* `CONFIG_REGION_QUARANTINE_RANDOM_LENGTH`: `256` (default) to control the number of slots in the random array used to randomize region reuse for large memory allocations. * `CONFIG_REGION_QUARANTINE_QUEUE_LENGTH`: `1024` (default) to control the