Searched refs:dto_malloc (Results 1 - 8 of 8) sorted by relevance

/system/libufdt/sysdeps/include/
H A Dlibufdt_sysdeps.h55 void *dto_malloc(size_t size);
/system/libufdt/sysdeps/
H A Dlibufdt_sysdeps_posix.c40 void *dto_malloc(size_t size) { return malloc(size); } function
H A Dlibufdt_sysdeps_vendor.c183 void *dto_malloc(size_t size) { return malloc(size); } function
/system/libufdt/tests/src/
H A Dfdt_overlay_test_app.c47 merged_buf = dto_malloc(merged_buf_len);
/system/libufdt/
H A Dufdt_node_pool.c22 /* Define DEBUG_DISABLE_POOL to use dto_malloc and dto_free directly */
91 char *block_buf = (char *)dto_malloc(UFDT_NODE_POOL_BLOCK_SIZE);
178 return dto_malloc(UFDT_NODE_POOL_ENTRY_SIZE);
181 // return dto_malloc(UFDT_NODE_POOL_ENTRY_SIZE);
H A Dufdt_convert.c32 fdtps = (void **)dto_malloc(sizeof(void *) * DEFAULT_MEM_SIZE_FDTPS);
36 res_ufdt = dto_malloc(sizeof(struct ufdt));
71 void **new_fdtps = dto_malloc(sizeof(void *) * new_size);
278 res.data = dto_malloc(sizeof(struct ufdt_phandle_table_entry) * res.len);
H A Dufdt_prop_dict.c73 (const struct fdt_property **)dto_malloc(size * entry_size);
H A Dufdt_overlay.c139 path_mem = dto_malloc(fixup_len);
625 * Will dto_malloc a new fdt blob and return it. Will not dto_free parameters.
648 struct fdt_header *out_fdt_header = dto_malloc(out_fdt_size);

Completed in 858 milliseconds