Home
last modified time | relevance | path

Searched refs:g_try_new (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstreamer/docs/random/ensonic/
Dembedded.txt45 g_try_new and check the return value.
53 $ find . -name "*.c" -exec grep "g_try_new" {} \; | wc -l
/third_party/glib/glib/tests/
Dmem-overflow.c119 CHECK_PASS (g_try_new (X, a)); in mem_overflow()
120 CHECK_FAIL (g_try_new (X, b)); in mem_overflow()
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dglibconfig.in.h149 #define g_try_new(t,n) ((t *) xnmalloc (n, sizeof (t))) macro
/third_party/glib/glib/
Dgmem.h335 #define g_try_new(struct_type, n_structs) _G_NEW (struct_type, n_structs, try_malloc) macro
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsamidisrc.c137 alsamidisrc->seq_ports = g_try_new (snd_seq_addr_t, alsamidisrc->port_count); in parse_ports()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Did3v2frames.c1118 utf16 = g_try_new (gunichar2, len + 1); in parse_insert_string_field()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggstream.c1497 pad->index = g_try_new (GstOggIndex, n_keypoints); in gst_ogg_map_add_index()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1313 g_try_new
/third_party/glib/
DNEWS12550 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
/third_party/gstreamer/gstplugins_good/
DChangeLog115338 really use g_try_new(), otherwise we can easily be made to abort by