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()
360 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry()
403 dti = xmalloc(sizeof(*dti)); in build_dt_info()
678 tbl = xmalloc(n * sizeof(*tbl)); in sort_reserve_entries()
716 tbl = xmalloc(n * sizeof(*tbl)); in sort_properties()
752 tbl = xmalloc(n * sizeof(*tbl)); in sort_subnodes()
967 compp = xmalloc(sizeof(*compp) * depth); in add_local_fixup_entry()