summaryrefslogtreecommitdiff
path: root/glib/gslice.c
Commit message (Expand)AuthorAgeFilesLines
* make g_slice_copy() take a gconstpointer instead of a gpointer.Michael Natterer2007-08-241-2/+2
* Revert my earlier change, see #440544.Tor Lillqvist2007-08-061-2/+2
* Move the G_ENABLE_DEBUG ifdef inside g_slice_debug_tree_statistics() soTor Lillqvist2007-08-061-2/+2
* migrate per-thread magazine caches from single-thread scenario to firstTim Janik2007-07-121-16/+37
* glib/gslice.[ch] added g_slice_copy() and g_slice_dup() (#442029).Sven Neumann2007-06-131-0/+10
* Make g_slice_debug_tree_statistics() debug-only functionality again.Matthias Clasen2007-05-151-2/+2
* Don't make ABI depend on G_ENABLE_DEBUG, just add an emptyMatthias Clasen2007-01-301-2/+2
* Make some structs which are used only once non-static.Matthias Clasen2007-01-261-1/+1
* Fix some C99isms. (#390913, Kazuki Iwamoto)Matthias Clasen2006-12-311-6/+14
* turned detection of too late g_thread_init() calls into a warning. this isTim Janik2006-12-291-4/+14
* removed pthread-dependant debugging bits, the code was already convertedTim Janik2006-12-281-32/+0
* Call InitializeCriticalSection() on the sdt_mutex inTor Lillqvist2006-12-281-6/+5
* Make it compile on Win32 without pthreads: Use a Win32 critical sectionTor Lillqvist2006-12-281-12/+34
* implemented static debugging hash-tree to validate slice adresses andTim Janik2006-12-281-7/+313
* Fix PLT issuesMatthias Clasen2006-09-301-1/+1
* Renamed to glib/gthreadprivate.h and moved system thread identifierSebastian Wilhelmi2006-05-101-1/+1
* only define _XOPEN_SOURCE to 600 to get at posix_memalign() in case weTim Janik2006-02-141-5/+5
* fixed buglets reported by Jens Granseuer in #328254.Tim Janik2006-01-251-9/+9
* honour g_mem_gc_friendly settings when freeing slices, make sureTim Janik2006-01-251-3/+20
* only use posix_memalign() if it's known to work, revert to memalign()Tim Janik2006-01-241-7/+13
* initialize GSlice config from G_SLICE environemtn variable. we supportTim Janik2006-01-231-5/+22
* Include config.h firstMatthias Clasen2006-01-081-1/+3
* Fix a build problem on OS X.Matthias Clasen2006-01-061-0/+2
* don't reverse chunk order when creating magazines, so we hand out chunksTim Janik2006-01-041-6/+9
* Partial fix for bug #32937, Bogdan Nicula.Matthias Clasen2005-12-271-0/+2
* On Win32, include process.h (#325015, Kazuki Iwamoto)Matthias Clasen2005-12-261-0/+1
* added mem_error() and mem_assert() to test and handle errors withoutTim Janik2005-12-201-30/+73
* fix type inconsistency pointed out by gmortenTim Janik2005-12-091-1/+1
* implement chain walking for arbitrary ->next pointer offsets inTim Janik2005-12-051-14/+46
* Portability fixes, C99ism removalMatthias Clasen2005-12-021-12/+33
* fix uint/pointer castsTim Janik2005-12-021-2/+3
* some naming and type size fixups.Tim Janik2005-12-021-19/+21
* improved gettimeofday() timer resolution by maintaining acceptable loadTim Janik2005-12-011-3/+3
* new slice allocator implementation.Tim Janik2005-12-011-0/+983