Searched refs:n_alloc (Results 1 – 3 of 3) sorted by relevance
273 guint n_alloc; in gst_structure_new_id_empty_with_size() local279 n_alloc = GST_ROUND_UP_8 (prealloc); in gst_structure_new_id_empty_with_size()281 g_malloc0 (sizeof (GstStructureImpl) + (n_alloc - in gst_structure_new_id_empty_with_size()289 structure->fields_alloc = n_alloc; in gst_structure_new_id_empty_with_size()
268 guint n_alloc; in _gst_value_list_new() local274 n_alloc = GST_ROUND_UP_8 (prealloc); in _gst_value_list_new()275 res = g_malloc0 (sizeof (GstValueList) + (n_alloc - 1) * sizeof (GValue)); in _gst_value_list_new()278 res->allocated = n_alloc; in _gst_value_list_new()
83054 unsigned int n_alloc; member