Home
last modified time | relevance | path

Searched refs:n_alloc (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgststructure.c273 guint n_alloc; in gst_structure_new_id_empty_with_size() local
279 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()
Dgstvalue.c268 guint n_alloc; in _gst_value_list_new() local
274 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()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h83054 unsigned int n_alloc; member