Markus Armbruster
bdd81addf4
vfio: Use g_new() & friends where that makes obvious sense
...
g_new(T, n) is neater than g_malloc(sizeof(T) * n). It's also safer,
for two reasons. One, it catches multiplication overflowing size_t.
Two, it returns T * rather than void *, which lets the compiler catch
more type errors.
This commit only touches allocations with size arguments of the form
sizeof(T). Same Coccinelle semantic patch as in commit b45c03f.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
2015-11-10 12:11:08 -07:00
..
2015-10-20 14:59:04 +01:00
2015-11-06 15:42:37 +03:00
2015-09-19 16:40:15 +02:00
2015-11-10 13:37:33 +00:00
2015-10-19 09:03:53 +02:00
2015-10-29 17:59:27 +00:00
2015-11-06 15:42:38 +03:00
2015-11-02 08:30:28 +01:00
2015-11-06 10:16:03 +01:00
2015-10-02 16:22:02 -03:00
2015-09-25 12:04:43 +02:00
2015-11-06 15:42:38 +03:00
2015-11-06 15:42:38 +03:00
2015-10-27 15:59:46 +00:00
2015-10-27 15:59:46 +00:00
2015-11-06 15:42:38 +03:00
2015-11-06 14:09:01 -05:00
2015-11-06 15:42:38 +03:00
2015-11-10 13:37:33 +00:00
2015-02-26 12:42:16 +01:00
2015-10-22 14:39:09 +03:00
2015-11-03 10:13:42 +01:00
2015-09-25 12:04:43 +02:00
2015-11-02 08:30:28 +01:00
2015-09-25 12:04:43 +02:00
2015-10-30 13:30:14 +00:00
2015-10-27 15:59:46 +00:00
2015-09-25 12:04:43 +02:00
2015-10-27 15:59:46 +00:00
2015-10-23 12:35:18 +11:00
2015-09-25 21:52:30 +01:00
2015-11-06 15:42:38 +03:00
2015-06-23 22:58:36 +02:00
2015-10-23 12:35:18 +11:00
2015-10-09 15:25:56 +02:00
2015-10-29 17:59:26 +00:00
2015-10-29 17:59:26 +00:00
2015-11-05 14:31:24 +00:00
2015-10-29 17:59:27 +00:00
2015-09-19 16:40:15 +02:00
2015-09-07 10:39:28 +01:00
2015-09-25 12:04:44 +02:00
2015-09-25 12:04:44 +02:00
2015-09-07 10:39:27 +01:00
2015-11-09 15:48:21 +00:00
2015-09-11 10:21:38 +03:00
2015-09-25 12:04:44 +02:00
2015-09-19 16:40:15 +02:00
2015-11-06 15:42:38 +03:00
2015-11-10 12:11:08 -07:00
2015-11-09 09:59:32 +00:00
2015-09-25 14:52:17 +02:00
2015-11-06 15:42:38 +03:00
2015-09-19 16:40:15 +02:00
2015-10-21 21:28:33 +03:00
2015-08-13 14:08:30 +03:00