Home
last modified time | relevance | path

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

/external/qemu/
Dmonitor.c2422 void *str_allocated[MAX_ARGS]; in monitor_handle_command() local
2458 str_allocated[i] = NULL; in monitor_handle_command()
2505 str_allocated[nb_args] = str; in monitor_handle_command()
2730 qemu_free(str_allocated[i]); in monitor_handle_command()