Searched refs:g_try_malloc0 (Results 1 – 7 of 7) sorted by relevance
276 g_try_malloc0 (gsize n_bytes) in g_try_malloc0() function436 return g_try_malloc0 (n_blocks * n_block_bytes); in g_try_malloc0_n()
92 gpointer g_try_malloc0 (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
144 #define g_try_malloc0(n) xzalloc (n) macro
487 self->buffer = g_try_malloc0 (self->buffer_size); in gst_audio_echo_transform_ip()
685 a = g_try_malloc0 (0); in test_misc_mem()
1322 g_try_malloc0
199 string = g_try_malloc0 (string_size + 1); in FLV_GET_STRING()