Searched refs:os_malloc (Results 1 – 5 of 5) sorted by relevance
30 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()
142 void *os_malloc(size_t length) in os_malloc() function171 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()
139 fname = os_malloc(len); in sandbox_cmdline_cb_default_fdt()
128 void *os_malloc(size_t length);
121 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()