Home
last modified time | relevance | path

Searched refs:g_try_new0 (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/glib/tests/
Dmem-overflow.c123 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/
Dglibconfig.in.h150 #define g_try_new0(t,n) ((t *) xcalloc (n, sizeof (t))) macro
/third_party/glib/glib/
Dgmem.h350 #define g_try_new0(struct_type, n_structs) _G_NEW (struct_type, n_structs, try_malloc0) macro
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1314 g_try_new0
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c3375 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/
DNEWS11465 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/
DChangeLog115336 qtdemux: more size checks, and use g_try_new0() instead of g_new0()