Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgmem.c276 g_try_malloc0 (gsize n_bytes) in g_try_malloc0() function
436 return g_try_malloc0 (n_blocks * n_block_bytes); in g_try_malloc0_n()
Dgmem.h92 gpointer g_try_malloc0 (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dglibconfig.in.h144 #define g_try_malloc0(n) xzalloc (n) macro
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudioecho.c487 self->buffer = g_try_malloc0 (self->buffer_size); in gst_audio_echo_transform_ip()
/third_party/glib/glib/tests/
Dutils.c685 a = g_try_malloc0 (0); in test_misc_mem()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1322 g_try_malloc0
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.c199 string = g_try_malloc0 (string_size + 1); in FLV_GET_STRING()