Searched refs:dto_malloc (Results 1 – 9 of 9) sorted by relevance
55 void *dto_malloc(size_t size);
91 char *block_buf = (char *)dto_malloc(UFDT_NODE_POOL_BLOCK_SIZE); in _ufdt_node_pool_create_block()178 return dto_malloc(UFDT_NODE_POOL_ENTRY_SIZE); in ufdt_node_pool_alloc()
32 fdtps = (void **)dto_malloc(sizeof(void *) * DEFAULT_MEM_SIZE_FDTPS); in ufdt_construct()36 res_ufdt = dto_malloc(sizeof(struct ufdt)); in ufdt_construct()71 void **new_fdtps = dto_malloc(sizeof(void *) * new_size); in ufdt_add_fdt()278 res.data = dto_malloc(sizeof(struct ufdt_phandle_table_entry) * res.len); in build_phandle_table()
73 (const struct fdt_property **)dto_malloc(size * entry_size); in _ufdt_prop_dict_construct_int()
139 path_mem = dto_malloc(fixup_len); in ufdt_get_fixup_location()647 struct fdt_header *out_fdt_header = dto_malloc(out_fdt_size); in ufdt_apply_overlay()
47 merged_buf = dto_malloc(merged_buf_len); in apply_overlay_files()
40 void *dto_malloc(size_t size) { return malloc(size); } in dto_malloc() function
183 void *dto_malloc(size_t size) { return malloc(size); } in dto_malloc() function
150 path_mem = static_cast<char *>(dto_malloc(fixup_len)); in ufdt_combine_fixup()