From 8a5fb6c1be55616338ef2ce8dbf044d049f4dcbb Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Thu, 1 Dec 2005 23:21:49 +0000 Subject: [PATCH] improved gettimeofday() timer resolution by maintaining acceptable load Fri Dec 2 00:16:59 2005 Tim Janik * glib/gslice.c: improved gettimeofday() timer resolution by maintaining acceptable load distribution of the syscall. (allocator_get_magazine_threshold): reduce minimum/single-thread magazine sizes to approximately page_size/2.5 to avoid excessive startup allocations. --- ChangeLog | 4 ++-- ChangeLog.pre-2-10 | 4 ++-- ChangeLog.pre-2-12 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 92cdad59..47619bc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,8 +2,8 @@ Fri Dec 2 00:16:59 2005 Tim Janik * glib/gslice.c: improved gettimeofday() timer resolution by maintaining acceptable load distribution of the syscall. - (slab_allocator_free_chunk): reduce minimum/single-thread magazine sizes - to approximately page_size/2.5 to avoid excessive startup allocations. + (allocator_get_magazine_threshold): reduce minimum/single-thread magazine + sizes to approximately page_size/2.5 to avoid excessive startup allocations. 2005-12-01 Matthias Clasen diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 92cdad59..47619bc8 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -2,8 +2,8 @@ Fri Dec 2 00:16:59 2005 Tim Janik * glib/gslice.c: improved gettimeofday() timer resolution by maintaining acceptable load distribution of the syscall. - (slab_allocator_free_chunk): reduce minimum/single-thread magazine sizes - to approximately page_size/2.5 to avoid excessive startup allocations. + (allocator_get_magazine_threshold): reduce minimum/single-thread magazine + sizes to approximately page_size/2.5 to avoid excessive startup allocations. 2005-12-01 Matthias Clasen diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 92cdad59..47619bc8 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -2,8 +2,8 @@ Fri Dec 2 00:16:59 2005 Tim Janik * glib/gslice.c: improved gettimeofday() timer resolution by maintaining acceptable load distribution of the syscall. - (slab_allocator_free_chunk): reduce minimum/single-thread magazine sizes - to approximately page_size/2.5 to avoid excessive startup allocations. + (allocator_get_magazine_threshold): reduce minimum/single-thread magazine + sizes to approximately page_size/2.5 to avoid excessive startup allocations. 2005-12-01 Matthias Clasen -- 2.34.1