Imported Upstream version 2.74.3
[platform/upstream/glib.git] / glib / gmem.h
2024-02-02 Mateusz MajewskiImported Upstream version 2.73.3
2024-01-03 Karol LewandowskiImported Upstream version 2.72.3
2021-10-29 DongHun KwakImported Upstream version 2.69.0 upstream/2.69.0
2021-10-29 DongHun KwakImported Upstream version 2.67.5 upstream/2.67.5
2021-10-29 DongHun KwakImported Upstream version 2.67.3 upstream/2.67.3
2021-10-29 DongHun KwakImported Upstream version 2.67.0 upstream/2.67.0
2021-10-29 DongHun KwakImported Upstream version 2.65.0 upstream/2.65.0
2019-12-03 Hyunjee KimImported Upstream version 2.61.3
2019-12-03 Hyunjee KimImported Upstream version 2.57.3
2019-12-03 Hyunjee KimImported Upstream version 2.57.2
2019-12-03 Hyunjee KimImported Upstream version 2.55.1
2017-09-29 DongHun KwakImported Upstream version 2.53.3 77/153577/1
2016-05-10 DongHun KwakMerge branch 'upstream' of ssh://review.tizen.org:29418... 69/68869/1 upstream/2.48.0
2016-05-10 Ryan LortieImported Upstream version 2.48.0 68/68868/1
2015-07-28 Alexander LarssonDeprecate and drop support for memory vtables
2015-03-12 Ryan Lortiedocs: clean up a few glib issues
2015-02-10 Chun-wei Fangmem.h, gthread.h: Include glib/gutils.h
2015-02-06 Ryan Lortieg_steal_pointer: make it C++ clean
2015-02-06 Ryan LortieAdd new API g_steal_pointer()
2014-07-30 Alexander LarssonRemove atomics from g_clear_object/g_clear_pointer
2014-01-31 Daniel MustielesUpdated FSF's address
2013-01-13 Ryan Lortievarious: add GLIB_AVAILABLE_IN_ALL everywhere else
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-05-17 Dan Winshipg_clear_pointer: work around gcc helpfulness
2012-04-30 Xavier Claessensg_clear_pointer: use the same static checks than g_clea...
2012-04-27 Xavier ClaessensAdd g_clear_pointer()
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-12 Matthias ClasenMake single includes mandatory
2011-09-19 Ryan LortieDon't #include <glib/gslice.h> from gmem.h
2011-09-19 Ryan LortieMove GAllocator/GMemChunk to separate file
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-05-31 Colin WaltersConsistently use G_GNUC_EXTENSION instead of __extension__
2011-05-29 Matthias ClasenDocumentation fixups
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-01 Jon Nordbydocs: Inline docs from tmpl/memory.smgl
2010-07-12 Ryan Lortietrivial whitespace fix
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-22 Behdad EsfahbodBug 615379 - g_new macros crash if sizeof(struct_type...
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-03-08 Behdad EsfahbodCosmetic
2010-03-07 Ryan LortieBug 608196 - Overflow-safe g_new family
2010-03-03 Behdad EsfahbodBug 608196 - Overflow-safe g_new family
2008-05-05 Michael Natterer#define __GLIB_H_INSIDE__ around including everything.
2008-03-31 Matthias ClasenAdd macros wrapping the gcc alloc_size function attribu...
2008-03-14 Michael Natterermake it possible to disable single-file includes by...
2008-01-29 14:58:31 Tim Janikchanged size argument type from gulong to gsize as...
2006-01-25 Tim Janikhonour g_mem_gc_friendly settings when freeing slices...
2005-12-06 Matthias ClasenExempt GTK+ from the mem chunk deprecation, since we...
2005-12-05 Matthias ClasenDeprecate mem chunks
2005-12-04 Matthias ClasenAdd a macro to make gcc warn if a function result is...
2005-12-01 Tim Janiknew slice allocator implementation.
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-03-22 Matthias ClasenAdd g_try_new, g_try_new0, g_try_renew and g_try_malloc...
2005-03-22 Matthias ClasenAdd g_try_new, g_try_new0 and g_try_renew. (#169611...
2004-11-28 Matthias ClasenMark functions with G_GNUC_MALLOC when appropriate.
2003-02-06 Matthias ClasenFix a bunch of typos in header comments. (#102422,...
2003-01-13 Thomas Vander Sticheledoc update
2001-09-21 Owen TaylorRename g_mem_vtable_is_set() to g_mem_is_system_malloc().
2001-09-19 Owen TaylorPatch from Matthias Clasen (#59806)
2001-06-26 Owen TaylorMove glib library into a subdirectory, make all GLib...
2001-02-17 Havoc Penningtoninclude string.h
2001-02-10 Tor Lillqvistgtypes.h Move GLIB_VAR definition from gutils.h to...
2000-12-29 Tim Janikgot rid of outdated dmalloc support. provide g_try_mall...
2000-10-12 Sebastian WilhelmiSplit glib.h into many header files mostly according...