Searched refs:g_try_new0 (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/glib/tests/ |
D | mem-overflow.c | 123 CHECK_PASS (g_try_new0 (X, a)); in mem_overflow() 124 CHECK_FAIL (g_try_new0 (X, b)); in mem_overflow()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | glibconfig.in.h | 150 #define g_try_new0(t,n) ((t *) xcalloc (n, sizeof (t))) macro
|
/third_party/glib/glib/ |
D | gmem.h | 350 #define g_try_new0(struct_type, n_structs) _G_NEW (struct_type, n_structs, try_malloc0) macro
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1314 g_try_new0
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 3375 stream->samples = g_try_new0 (QtDemuxSample, samples_count); in qtdemux_parse_trun() 9644 stream->samples = g_try_new0 (QtDemuxSample, stream->n_samples); in qtdemux_stbl_init()
|
/third_party/glib/ |
D | NEWS | 11465 505195 [patch] typo in g_try_new0 docs 12550 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 115336 qtdemux: more size checks, and use g_try_new0() instead of g_new0()
|