| Commit message (Expand) | Author | Age | Files | Lines |
* | make g_slice_copy() take a gconstpointer instead of a gpointer. | Michael Natterer | 2007-08-24 | 1 | -2/+2 |
* | Revert my earlier change, see #440544. | Tor Lillqvist | 2007-08-06 | 1 | -2/+2 |
* | Move the G_ENABLE_DEBUG ifdef inside g_slice_debug_tree_statistics() so | Tor Lillqvist | 2007-08-06 | 1 | -2/+2 |
* | migrate per-thread magazine caches from single-thread scenario to first | Tim Janik | 2007-07-12 | 1 | -16/+37 |
* | glib/gslice.[ch] added g_slice_copy() and g_slice_dup() (#442029). | Sven Neumann | 2007-06-13 | 1 | -0/+10 |
* | Make g_slice_debug_tree_statistics() debug-only functionality again. | Matthias Clasen | 2007-05-15 | 1 | -2/+2 |
* | Don't make ABI depend on G_ENABLE_DEBUG, just add an empty | Matthias Clasen | 2007-01-30 | 1 | -2/+2 |
* | Make some structs which are used only once non-static. | Matthias Clasen | 2007-01-26 | 1 | -1/+1 |
* | Fix some C99isms. (#390913, Kazuki Iwamoto) | Matthias Clasen | 2006-12-31 | 1 | -6/+14 |
* | turned detection of too late g_thread_init() calls into a warning. this is | Tim Janik | 2006-12-29 | 1 | -4/+14 |
* | removed pthread-dependant debugging bits, the code was already converted | Tim Janik | 2006-12-28 | 1 | -32/+0 |
* | Call InitializeCriticalSection() on the sdt_mutex in | Tor Lillqvist | 2006-12-28 | 1 | -6/+5 |
* | Make it compile on Win32 without pthreads: Use a Win32 critical section | Tor Lillqvist | 2006-12-28 | 1 | -12/+34 |
* | implemented static debugging hash-tree to validate slice adresses and | Tim Janik | 2006-12-28 | 1 | -7/+313 |
* | Fix PLT issues | Matthias Clasen | 2006-09-30 | 1 | -1/+1 |
* | Renamed to glib/gthreadprivate.h and moved system thread identifier | Sebastian Wilhelmi | 2006-05-10 | 1 | -1/+1 |
* | only define _XOPEN_SOURCE to 600 to get at posix_memalign() in case we | Tim Janik | 2006-02-14 | 1 | -5/+5 |
* | fixed buglets reported by Jens Granseuer in #328254. | Tim Janik | 2006-01-25 | 1 | -9/+9 |
* | honour g_mem_gc_friendly settings when freeing slices, make sure | Tim Janik | 2006-01-25 | 1 | -3/+20 |
* | only use posix_memalign() if it's known to work, revert to memalign() | Tim Janik | 2006-01-24 | 1 | -7/+13 |
* | initialize GSlice config from G_SLICE environemtn variable. we support | Tim Janik | 2006-01-23 | 1 | -5/+22 |
* | Include config.h first | Matthias Clasen | 2006-01-08 | 1 | -1/+3 |
* | Fix a build problem on OS X. | Matthias Clasen | 2006-01-06 | 1 | -0/+2 |
* | don't reverse chunk order when creating magazines, so we hand out chunks | Tim Janik | 2006-01-04 | 1 | -6/+9 |
* | Partial fix for bug #32937, Bogdan Nicula. | Matthias Clasen | 2005-12-27 | 1 | -0/+2 |
* | On Win32, include process.h (#325015, Kazuki Iwamoto) | Matthias Clasen | 2005-12-26 | 1 | -0/+1 |
* | added mem_error() and mem_assert() to test and handle errors without | Tim Janik | 2005-12-20 | 1 | -30/+73 |
* | fix type inconsistency pointed out by gmorten | Tim Janik | 2005-12-09 | 1 | -1/+1 |
* | implement chain walking for arbitrary ->next pointer offsets in | Tim Janik | 2005-12-05 | 1 | -14/+46 |
* | Portability fixes, C99ism removal | Matthias Clasen | 2005-12-02 | 1 | -12/+33 |
* | fix uint/pointer casts | Tim Janik | 2005-12-02 | 1 | -2/+3 |
* | some naming and type size fixups. | Tim Janik | 2005-12-02 | 1 | -19/+21 |
* | improved gettimeofday() timer resolution by maintaining acceptable load | Tim Janik | 2005-12-01 | 1 | -3/+3 |
* | new slice allocator implementation. | Tim Janik | 2005-12-01 | 1 | -0/+983 |