mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Add g_try_malloc0
2005-03-21 Matthias Clasen <mclasen@redhat.com> * glib/glib.symbols: Add g_try_malloc0
This commit is contained in:
parent
213e90aa18
commit
1fc2daa443
@ -1,5 +1,7 @@
|
||||
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
|
||||
g_try_malloc0. (#169611, Stefan Kost)
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
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
|
||||
g_try_malloc0. (#169611, Stefan Kost)
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
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
|
||||
g_try_malloc0. (#169611, Stefan Kost)
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
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
|
||||
g_try_malloc0. (#169611, Stefan Kost)
|
||||
|
||||
|
@ -563,6 +563,7 @@ g_allocator_free
|
||||
g_allocator_new
|
||||
g_blow_chunks
|
||||
g_try_malloc G_GNUC_MALLOC
|
||||
g_try_malloc0 G_GNUC_MALLOC
|
||||
g_try_realloc
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user