Searched refs:g_try_new (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstreamer/docs/random/ensonic/ |
D | embedded.txt | 45 g_try_new and check the return value. 53 $ find . -name "*.c" -exec grep "g_try_new" {} \; | wc -l
|
/third_party/glib/glib/tests/ |
D | mem-overflow.c | 119 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/ |
D | glibconfig.in.h | 149 #define g_try_new(t,n) ((t *) xnmalloc (n, sizeof (t))) macro
|
/third_party/glib/glib/ |
D | gmem.h | 335 #define g_try_new(struct_type, n_structs) _G_NEW (struct_type, n_structs, try_malloc) macro
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsamidisrc.c | 137 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/ |
D | id3v2frames.c | 1118 utf16 = g_try_new (gunichar2, len + 1); in parse_insert_string_field()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggstream.c | 1497 pad->index = g_try_new (GstOggIndex, n_keypoints); in gst_ogg_map_add_index()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1313 g_try_new
|
/third_party/glib/ |
D | NEWS | 12550 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 115338 really use g_try_new(), otherwise we can easily be made to abort by
|