From: Tim Janik Date: Thu, 1 Dec 2005 23:21:49 +0000 (+0000) Subject: improved gettimeofday() timer resolution by maintaining acceptable load X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=8a5fb6c1be55616338ef2ce8dbf044d049f4dcbb;p=dana%2Fcg-glib.git 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. --- 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