Home | History | Annotate | Download | only in gobject

Lines Matching refs:node_size

387   guint i, node_size = 0;
392 node_size += SIZEOF_FUNDAMENTAL_INFO; /* fundamental type info */
393 node_size += SIZEOF_BASE_TYPE_NODE (); /* TypeNode structure */
394 node_size += (sizeof (GType) * (1 + n_supers + 1)); /* self + ancestors + (0) for ->supers[] */
395 node = g_malloc0 (node_size);