Lines Matching refs:xmalloc
24 new = xmalloc(sizeof(*new)); in add_label()
42 struct property *new = xmalloc(sizeof(*new)); in build_property()
55 struct property *new = xmalloc(sizeof(*new)); in build_property_delete()
91 struct node *new = xmalloc(sizeof(*new)); in build_node()
109 struct node *new = xmalloc(sizeof(*new)); in build_node_delete()
361 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry()
404 dti = xmalloc(sizeof(*dti)); in build_dt_info()
713 tbl = xmalloc(n * sizeof(*tbl)); in sort_reserve_entries()
751 tbl = xmalloc(n * sizeof(*tbl)); in sort_properties()
787 tbl = xmalloc(n * sizeof(*tbl)); in sort_subnodes()
1008 compp = xmalloc(sizeof(*compp) * depth); in add_local_fixup_entry()