From 0453e43cc5710ff002eafcd693af3be9978317eb Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Mon, 1 Jul 2019 15:23:01 +0100 Subject: [PATCH] Typo --- difference.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/difference.md b/difference.md index 77b4f5c..aa8bb1c 100644 --- a/difference.md +++ b/difference.md @@ -22,7 +22,8 @@ This document outlines the changes that have diverged from 2. Separate Bump/Free list. We have separate bump ptr and free list. This is required to have a "fast free list" in each allocator for each sizeclass. We bump allocate a whole os page (4KiB) worth of allocations - in one go, so that we generally predicate the free list path. + in one go, so that the CPU predicts the free list path for the fast + path. 3. Per allocator per sizeclass fast free list. Each allocator has an array for each small size class that contains a free list of some elements for