Lines Matching refs:xmalloc
38 new = xmalloc(sizeof(*new)); in add_label()
55 struct property *new = xmalloc(sizeof(*new)); in build_property()
67 struct property *new = xmalloc(sizeof(*new)); in build_property_delete()
102 struct node *new = xmalloc(sizeof(*new)); in build_node()
119 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()
680 tbl = xmalloc(n * sizeof(*tbl)); in sort_reserve_entries()
718 tbl = xmalloc(n * sizeof(*tbl)); in sort_properties()
754 tbl = xmalloc(n * sizeof(*tbl)); in sort_subnodes()
968 compp = xmalloc(sizeof(*compp) * depth); in add_local_fixup_entry()