improved gettimeofday() timer resolution by maintaining acceptable load
authorTim Janik <timj@imendio.com>
Thu, 1 Dec 2005 23:21:49 +0000 (23:21 +0000)
committerTim Janik <timj@src.gnome.org>
Thu, 1 Dec 2005 23:21:49 +0000 (23:21 +0000)
Fri Dec  2 00:16:59 2005  Tim Janik  <timj@imendio.com>

        * 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
ChangeLog.pre-2-10
ChangeLog.pre-2-12

index 92cdad5..47619bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,8 @@ Fri Dec  2 00:16:59 2005  Tim Janik  <timj@imendio.com>
 
        * 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  <mclasen@redhat.com>
 
index 92cdad5..47619bc 100644 (file)
@@ -2,8 +2,8 @@ Fri Dec  2 00:16:59 2005  Tim Janik  <timj@imendio.com>
 
        * 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  <mclasen@redhat.com>
 
index 92cdad5..47619bc 100644 (file)
@@ -2,8 +2,8 @@ Fri Dec  2 00:16:59 2005  Tim Janik  <timj@imendio.com>
 
        * 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  <mclasen@redhat.com>