Home
last modified time | relevance | path

Searched refs:os_malloc (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dstate.c30 buf = os_malloc(size); in state_ensure_space()
56 state->state_fdt = os_malloc(size); in state_read_file()
245 state->state_fdt = os_malloc(size); in sandbox_write_state()
369 state->ram_buf = os_malloc(state->ram_size); in state_init()
H A Dos.c142 void *os_malloc(size_t length) in os_malloc() function
171 buf = os_malloc(length); in os_realloc()
230 short_opts = os_malloc(sizeof(*short_opts) * num_options * 2 + 1); in os_parse_args()
231 long_opts = os_malloc(sizeof(*long_opts) * num_options); in os_parse_args()
H A Dstart.c139 fname = os_malloc(len); in sandbox_cmdline_cb_default_fdt()
/rk3399_rockchip-uboot/include/
H A Dos.h128 void *os_malloc(size_t length);
/rk3399_rockchip-uboot/drivers/misc/
H A Dcros_ec_sandbox.c121 ec->flash_data = os_malloc(len); in cros_ec_read_state()
556 ec->flash_data = os_malloc(ec->flash_data_len); in cros_ec_probe()