Daniel P. Berrangé e85e34f3af util: use glib memory allocation functions
Convert the VIR_ALLOC family of APIs with use of the g_malloc family of
APIs. Use of VIR_ALLOC related functions should be incrementally phased
out over time, allowing return value checks to be dropped. Use of
VIR_FREE should be replaced with auto-cleanup whenever possible.

We previously used the 'calloc-posix' gnulib module because mingw does
not set errno to ENOMEM on failure.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2019-10-14 10:54:42 +01:00
..
2019-07-31 11:46:31 +02:00
2019-06-20 17:01:44 +02:00
2019-08-29 12:46:33 +01:00
2019-09-03 15:37:54 -06:00
2019-04-09 16:59:49 +02:00
2019-09-03 15:37:54 -06:00
2019-08-28 13:39:26 +02:00
2018-12-17 17:52:46 +01:00
2018-12-17 17:52:46 +01:00
2019-08-28 13:39:26 +02:00
2019-08-28 13:39:26 +02:00
2019-08-28 13:39:26 +02:00
2019-07-09 10:42:39 -05:00