Home
last modified time | relevance | path

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

/arch/sandbox/cpu/
A Dos.c217 *bufp = os_malloc(size); in os_read_file()
425 void *os_malloc(size_t length) in os_malloc() function
475 return os_malloc(length); in os_realloc()
492 new_ptr = os_malloc(length); in os_realloc()
545 short_opts = os_malloc(sizeof(*short_opts) * num_options * 2 + 1); in os_parse_args()
546 long_opts = os_malloc(sizeof(*long_opts) * (num_options + 1)); in os_parse_args()
650 fname = os_malloc(len); in os_dirent_ls()
663 next = os_malloc(sizeof(*node) + strlen(entry->d_name) + 1); in os_dirent_ls()
837 argv = os_malloc((argc + count + 1) * sizeof(char *)); in add_args()
A Dstart.c94 sorted_opt = os_malloc(size); in sandbox_early_getopt_check()
190 fname = os_malloc(len); in sandbox_cmdline_cb_default_fdt()
217 fname = os_malloc(len); in sandbox_cmdline_cb_test_fdt()
520 os_argv = os_malloc(size); in sandbox_main()
A Dstate.c35 buf = os_malloc(size); in state_ensure_space()
61 state->state_fdt = os_malloc(size); in state_read_file()
254 state->state_fdt = os_malloc(size); in sandbox_write_state()
483 state->mmap_addr = os_malloc(state->ram_size + SB_SDRAM_ALIGN); in state_init()
A Dspl.c80 spl_image->arg = os_malloc(strlen(fname) + 1); in spl_board_load_file()
280 fname = os_malloc(256); in upl_load_from_image()
A Dcpu.c442 fdt = os_malloc(size); in sandbox_load_other_fdt()

Completed in 9 milliseconds