From 08a633b24473f56370d154929922de4f89e1dd24 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 4 Oct 2018 04:12:21 -0400 Subject: [PATCH] fix another typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 974495e..2a0e42c 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ be determined from the range. Each small size class has a separate out-of-line metadata array outside of the overall allocation region, with the index of the metadata struct within the array mapping to the index of the slab within the dedicated size class region. Slabs are a multiple of the page size and are -paged aligned. The entire small size class region starts out memory protected +page aligned. The entire small size class region starts out memory protected and becomes readable / writable as it gets allocated, with idle slabs beyond the cache limit having their pages dropped and the memory protected again.