We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc9798 commit bf219b0Copy full SHA for bf219b0
Documentation/teaching/lectures/memory-management.rst
@@ -241,8 +241,8 @@ Small allocations
241
geometric distribution of caches with fixed-size can be used
242
243
* Reduces the memory allocation foot-print since we are searching a
244
- much smaller memory area - object caches are, compared to buddy
245
- which can span over a larger area
+ much smaller memory area, compared to buddy which can span over a
+ larger area
246
247
* Employs cache optimization techniques (slab coloring)
248
0 commit comments