summaryrefslogtreecommitdiff
path: root/glib/gmem.c
Commit message (Expand)AuthorAgeFilesLines
* configure: Assume C90 compatible malloc() prototypeColin Walters2013-04-261-68/+13
* gmem.c: array is only paritally filled by memcpyThomas Hindoe Paaboel Andersen2012-08-201-1/+1
* Add g_clear_pointer()Xavier Claessens2012-04-271-0/+39
* Fix malformed GTK-Doc comment blocks: invalid parameters and tags.Dieter Verfaillie2012-04-051-1/+0
* Fix malformed GTK-Doc comment blocks: add missing colons.Dieter Verfaillie2012-04-051-1/+1
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-2/+2
* end the glib-ctor experimentRyan Lortie2011-10-041-2/+0
* Deprecate g_thread_init()Ryan Lortie2011-10-041-52/+2
* locks: drop _INIT macrosRyan Lortie2011-10-021-1/+1
* gmem: move to glib-ctorRyan Lortie2011-09-211-67/+47
* libglib: stop using g_mutex_newRyan Lortie2011-09-211-10/+7
* Don't #include <glib/gslice.h> from gmem.hRyan Lortie2011-09-181-0/+1
* Move GAllocator/GMemChunk to separate fileRyan Lortie2011-09-181-442/+0
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-2/+2
* docs: Inline docs from tmpl/memory.smglJon Nordby2010-09-011-1/+200
* Bug 624968 - div by zero in g_malloc_n familyBehdad Esfahbod2010-07-211-1/+1
* rename configure.in to configure.acRyan Lortie2010-07-131-1/+1
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Initial support for dtrace and systemtapAlexander Larsson2010-05-271-11/+41
* Clean Glib header #include issues: gmemJavier Jardón2010-05-061-2/+5
* Bug 608196 - Overflow-safe g_new familyRyan Lortie2010-03-061-8/+0
* Fix galias build breakage with g_malloc_n macrosBehdad Esfahbod2010-03-041-6/+9
* Bug 608196 - Overflow-safe g_new familyBehdad Esfahbod2010-03-031-2/+93
* Move allocator and memchunk docs from tmpl to .cRyan Lortie2010-01-301-0/+353
* use %G_GSIZE_FORMAT instead of %lu since sizes have changed from gulong toMichael Natterer2008-01-311-6/+15
* changed size argument type from gulong to gsize as discussed on14:58:31 Tim Janik2008-01-291-25/+25
* Make some structs which are used only once non-static.Matthias Clasen2007-01-261-1/+1
* Renamed to glib/gthreadprivate.h and moved system thread identifierSebastian Wilhelmi2006-05-101-1/+1
* Fix the buildMatthias Clasen2006-03-201-1/+2
* use standard_calloc to allocate the profile_data. (#335209, Chris Wilson)Matthias Clasen2006-03-201-1/+1
* Fix C99isms. (#328705, Kazuki Iwamoto)Matthias Clasen2006-01-261-5/+7
* honour g_mem_gc_friendly settings when freeing slices, make sureTim Janik2006-01-251-10/+58
* Don't return a pointer to a const struct, since apps expect to be able toMatthias Clasen2005-12-161-1/+1
* new slice allocator implementation.Tim Janik2005-12-011-691/+45
* Silence compiler warnings.Matthias Clasen2005-11-281-9/+11
* We need to set n_preallocs to a nonzero value, otherwise GTK+ 2.8 breaksMatthias Clasen2005-11-071-1/+1
* prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik2005-11-011-35/+60
* Add g_try_new, g_try_new0, g_try_renew and g_try_malloc0. (#169611, StefanMatthias Clasen2005-03-221-0/+13
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+3
* Only set vtable_set if the vtable is set.Matthias Clasen2004-10-041-1/+1
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Fix the locking of the mem_chunks list. (#127096, Balazs Scheidler)Matthias Clasen2003-12-211-1/+1
* Remove some explicit Docbook markup which is no longer necessaryMatthias Clasen2003-07-251-5/+4
* Fixes for #101264 and #99372:Sebastian Wilhelmi2003-02-141-3/+12
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-3/+2
* tests/patterntest.c (test_compilation) A couple of 64-bit printf formatOwen Taylor2002-06-111-1/+1
* Fix problem where if g_mem_chunk_reset() is called on an alloc-onlyOwen Taylor2002-03-221-2/+4
* Get rid fo g_log_domain_glib variable in favor of just using a stringOwen Taylor2001-11-171-2/+2
* remove public signal.h include.Tim Janik2001-11-021-0/+1
* glib/gmem.c (g_mem_is_system_malloc): Return !vtable_set.Matthias Clasen2001-09-261-5/+6