[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Mach branch, master, updated. v1.6-34-g0b07275
From: |
Richard Braun |
Subject: |
[SCM] GNU Mach branch, master, updated. v1.6-34-g0b07275 |
Date: |
Sat, 06 Feb 2016 22:11:20 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".
The branch, master has been updated
via 0b07275f60923840dffc80d7b4adb9a1ad7799f5 (commit)
from 44d78061e90e777b51cae8e01eda5c0d3ce63103 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0b07275f60923840dffc80d7b4adb9a1ad7799f5
Author: Richard Braun <address@hidden>
Date: Sat Feb 6 23:06:33 2016 +0100
Change computation of slab size
Allocating directly out of the physical memory allocator makes the slab
allocator vulnerable to failures due to fragmentation. This change makes
the slab allocator use the lowest possible size for its slabs to reduce
the chance of contiguous allocation failures.
* kern/slab.c (KMEM_MIN_BUFS_PER_SLAB, KMEM_SLAB_SIZE_THRESHOLD): Remove
macros.
(kmem_cache_compute_sizes): Update the algorithm used to determine slab
size and other cache properties.
-----------------------------------------------------------------------
Summary of changes:
kern/slab.c | 82 ++++++++++++++++++----------------------------------------
1 files changed, 26 insertions(+), 56 deletions(-)
hooks/post-receive
--
GNU Mach
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Mach branch, master, updated. v1.6-34-g0b07275,
Richard Braun <=