glib r7932 - in trunk: . tests
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7932 - in trunk: . tests
- Date: Sun, 1 Mar 2009 16:46:45 +0000 (UTC)
Author: matthiasc
Date: Sun Mar 1 16:46:45 2009
New Revision: 7932
URL: http://svn.gnome.org/viewvc/glib?rev=7932&view=rev
Log:
Fix distcheck
Modified:
trunk/ChangeLog
trunk/tests/slice-threadinit.c
Modified: trunk/tests/slice-threadinit.c
==============================================================================
--- trunk/tests/slice-threadinit.c (original)
+++ trunk/tests/slice-threadinit.c Sun Mar 1 16:46:45 2009
@@ -23,7 +23,7 @@
#define N_PAGES (101) /* number of pages to sample */
#define SAMPLE_SIZE (7)
#define PAGE_SIZE (128) /* must be <= minimum GSlice alignment block */
-#define MAGAZINE_PROBES { 77, 265, 347 } /* block sizes hopefully unused by g_thread_init */
+#define MAGAZINE_PROBES { 81, 265, 347 } /* block sizes hopefully unused by g_thread_init */
#define MAX_PROBE_TRIALS (1031) /* must be >= maximum magazine size */
#define ALIGN(size, base) ((base) * (gsize) (((size) + (base) - 1) / (base)))
@@ -130,7 +130,7 @@
/* release magazine probes to be retained across g_thread_init */
for (j = 0; j < N_MAGAZINE_PROBES; j++)
g_slice_free1 (magazine_probes[j], mps[j]);
- /* mps[*] now contains pointers to releaed slices */
+ /* mps[*] now contains pointers to released slices */
/* initialize threading (should retain allocator state) */
g_thread_init (NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]