mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	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. (allocator_get_magazine_threshold): reduce minimum/single-thread magazine sizes to approximately page_size/2.5 to avoid excessive startup allocations.
This commit is contained in:
		@@ -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>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user