From a71c5cd1dbcb8c4767f280bb90af28bfbd3b717e Mon Sep 17 00:00:00 2001 From: Russell Sanborn Date: Sat, 27 Jul 2024 08:20:18 -0500 Subject: [PATCH] Update contributing/development/core_and_modules/core_types.rst --- contributing/development/core_and_modules/core_types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development/core_and_modules/core_types.rst b/contributing/development/core_and_modules/core_types.rst index 64c5200a5..59d9bf141 100644 --- a/contributing/development/core_and_modules/core_types.rst +++ b/contributing/development/core_and_modules/core_types.rst @@ -53,7 +53,7 @@ Segmentation slowly creates holes that are too small for most common allocations, so that memory is wasted. There is a lot of literature about heap and segmentation, so this topic will not be developed further here. Modern operating systems use paged memory, which helps -mitigate the problem of segmentation, but doesn't solve it. +mitigate the problem of segmentation but doesn't solve it. However, in many studies and tests, it is shown that given enough memory, if the maximum allocation size is below a given threshold in