Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c77 static void *xmalloc(size_t size) in xmalloc() function
91 renode_error_t *error = xmalloc(sizeof(renode_error_t)); in create_error_static()
111 char *message = xmalloc(ERROR_DYNAMIC_MESSAGE_SIZE); in create_error()
277 *renode = xmalloc(sizeof(renode_t)); in renode_connect()
379 struct renode_event *event = xmalloc(sizeof(struct renode_event) + size); in renode_receive_event()
441 buffer = xmalloc(*data_size + 1); in renode_receive_response()
510 int32_t *data __attribute__ ((__cleanup__(xcleanup))) = xmalloc(data_size); in renode_get_machine()
521 *machine = xmalloc(sizeof(renode_machine_t)); in renode_get_machine()
532 int32_t *data __attribute__ ((__cleanup__(xcleanup))) = xmalloc(data_size); in renode_get_instance_descriptor()
639 *adc = xmalloc(sizeof(renode_adc_t)); in renode_get_adc()
[all …]