Add g_try_malloc0

2005-03-21  Matthias Clasen  <mclasen@redhat.com>

	* glib/glib.symbols: Add g_try_malloc0
This commit is contained in:
Matthias Clasen 2005-03-22 04:11:56 +00:00 committed by Matthias Clasen
parent 213e90aa18
commit 1fc2daa443
5 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2005-03-21 Matthias Clasen <mclasen@redhat.com> 2005-03-21 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols: Add g_try_malloc0
* glib/gmem.h: Add g_try_new, g_try_new0, g_try_renew and * glib/gmem.h: Add g_try_new, g_try_new0, g_try_renew and
g_try_malloc0. (#169611, Stefan Kost) g_try_malloc0. (#169611, Stefan Kost)

View File

@ -1,5 +1,7 @@
2005-03-21 Matthias Clasen <mclasen@redhat.com> 2005-03-21 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols: Add g_try_malloc0
* glib/gmem.h: Add g_try_new, g_try_new0, g_try_renew and * glib/gmem.h: Add g_try_new, g_try_new0, g_try_renew and
g_try_malloc0. (#169611, Stefan Kost) g_try_malloc0. (#169611, Stefan Kost)

View File

@ -1,5 +1,7 @@
2005-03-21 Matthias Clasen <mclasen@redhat.com> 2005-03-21 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols: Add g_try_malloc0
* glib/gmem.h: Add g_try_new, g_try_new0, g_try_renew and * glib/gmem.h: Add g_try_new, g_try_new0, g_try_renew and
g_try_malloc0. (#169611, Stefan Kost) g_try_malloc0. (#169611, Stefan Kost)

View File

@ -1,5 +1,7 @@
2005-03-21 Matthias Clasen <mclasen@redhat.com> 2005-03-21 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols: Add g_try_malloc0
* glib/gmem.h: Add g_try_new, g_try_new0, g_try_renew and * glib/gmem.h: Add g_try_new, g_try_new0, g_try_renew and
g_try_malloc0. (#169611, Stefan Kost) g_try_malloc0. (#169611, Stefan Kost)

View File

@ -563,6 +563,7 @@ g_allocator_free
g_allocator_new g_allocator_new
g_blow_chunks g_blow_chunks
g_try_malloc G_GNUC_MALLOC g_try_malloc G_GNUC_MALLOC
g_try_malloc0 G_GNUC_MALLOC
g_try_realloc g_try_realloc
#endif #endif
#endif #endif