Searched refs:abs_size (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dgoldfish_events_device.c474 const int abs_size = sizeof(uint32_t) * s->abs_info_count; local
475 s->abs_info = malloc(abs_size);
476 memset(s->abs_info, 0, abs_size);

Completed in 38 milliseconds