summaryrefslogtreecommitdiff
path: root/glib/gmem.h
Commit message (Expand)AuthorAgeFilesLines
* g_clear_pointer: work around gcc helpfulnessDan Winship2012-05-171-1/+3
* g_clear_pointer: use the same static checks than g_clear_object in glib-2-32Xavier Claessens2012-04-301-2/+3
* Add g_clear_pointer()Xavier Claessens2012-04-271-0/+18
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Don't #include <glib/gslice.h> from gmem.hRyan Lortie2011-09-181-1/+0
* Move GAllocator/GMemChunk to separate fileRyan Lortie2011-09-181-44/+0
* Consistently use G_GNUC_EXTENSION instead of __extension__Colin Walters2011-05-311-2/+2
* Documentation fixupsMatthias Clasen2011-05-291-1/+1
* docs: Inline docs from tmpl/memory.smglJon Nordby2010-09-011-0/+106
* trivial whitespace fixRyan Lortie2010-07-121-1/+1
* Bug 615379 - g_new macros crash if sizeof(struct_type) == 0Behdad Esfahbod2010-04-221-2/+2
* CosmeticBehdad Esfahbod2010-03-081-8/+10
* Bug 608196 - Overflow-safe g_new familyRyan Lortie2010-03-061-48/+35
* Bug 608196 - Overflow-safe g_new familyBehdad Esfahbod2010-03-031-15/+77
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* Add macros wrapping the gcc alloc_size function attribute. (#523019,Matthias Clasen2008-03-311-4/+4
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-1/+5
* changed size argument type from gulong to gsize as discussed on14:58:31 Tim Janik2008-01-291-7/+7
* honour g_mem_gc_friendly settings when freeing slices, make sureTim Janik2006-01-251-0/+2
* Exempt GTK+ from the mem chunk deprecation, since we need GTK+ 2.8 toMatthias Clasen2005-12-061-1/+1
* Deprecate mem chunksMatthias Clasen2005-12-051-1/+1
* Add a macro to make gcc warn if a function result is ignored. (#145466,Matthias Clasen2005-12-041-2/+2
* new slice allocator implementation.Tim Janik2005-12-011-13/+1
* prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik2005-11-011-49/+25
* Add g_try_new, g_try_new0, g_try_renew and g_try_malloc0. (#169611, StefanMatthias Clasen2005-03-221-0/+1
* Add g_try_new, g_try_new0 and g_try_renew. (#169611, Stefan Kost)Matthias Clasen2005-03-221-0/+7
* Mark functions with G_GNUC_MALLOC when appropriate.Matthias Clasen2004-11-281-3/+3
* Fix a bunch of typos in header comments. (#102422, Morten Welinder)Matthias Clasen2003-02-061-3/+3
* doc updateThomas Vander Stichele2003-01-131-1/+1
* Rename g_mem_vtable_is_set() to g_mem_is_system_malloc().Owen Taylor2001-09-211-1/+1
* Patch from Matthias Clasen (#59806)Owen Taylor2001-09-191-1/+1
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-1/+1
* include string.hHavoc Pennington2001-02-171-13/+13
* gtypes.h Move GLIB_VAR definition from gutils.h to gtypes.hTor Lillqvist2001-02-101-1/+1
* got rid of outdated dmalloc support. provide g_try_malloc() andTim Janik2000-12-291-55/+71
* Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi2000-10-121-0/+158