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 5908691 commit a71c5cdCopy full SHA for a71c5cd
contributing/development/core_and_modules/core_types.rst
@@ -53,7 +53,7 @@ Segmentation slowly creates holes that are too small for most common
53
allocations, so that memory is wasted. There is a lot of literature
54
about heap and segmentation, so this topic will not be developed
55
further here. Modern operating systems use paged memory, which helps
56
-mitigate the problem of segmentation, but doesn't solve it.
+mitigate the problem of segmentation but doesn't solve it.
57
58
However, in many studies and tests, it is shown that given enough
59
memory, if the maximum allocation size is below a given threshold in
0 commit comments