commit | 2319431345378df679e33f14b4b0f2d78eb6ce0d | [log] [tgz] |
---|---|---|
author | Tim Janik <timj@imendio.com> | Thu Dec 01 23:20:22 2005 +0000 |
committer | Tim Janik <timj@src.gnome.org> | Thu Dec 01 23:20:22 2005 +0000 |
tree | 7ee7b55e15bd42972a271b45883ff89dfd88a7f1 | |
parent | a2f85d23ef64b945fb61c446b5c5ef7bd7a5712e [diff] |
improved gettimeofday() timer resolution by maintaining acceptable load 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.