All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH 0/3] util: Trivial cleanups around g_malloc()
@ 2014-12-04 14:00 ` Markus Armbruster
  0 siblings, 0 replies; 16+ messages in thread
From: Markus Armbruster @ 2014-12-04 14:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

Markus Armbruster (3):
  util: Drop superfluous conditionals around g_free()
  Fuse g_malloc(); memset() into g_new0()
  util: Use g_new() & friends where that makes obvious sense

 util/hbitmap.c |  4 ++--
 util/iov.c     |  4 ++--
 util/uri.c     | 51 +++++++++++++++++++++++----------------------------
 3 files changed, 27 insertions(+), 32 deletions(-)

-- 
1.9.3



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-12-10  8:35 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-04 14:00 [Qemu-trivial] [PATCH 0/3] util: Trivial cleanups around g_malloc() Markus Armbruster
2014-12-04 14:00 ` [Qemu-devel] " Markus Armbruster
2014-12-04 14:00 ` [Qemu-trivial] [PATCH 1/3] util: Drop superfluous conditionals around g_free() Markus Armbruster
2014-12-04 14:00   ` [Qemu-devel] " Markus Armbruster
2014-12-04 14:00 ` [Qemu-trivial] [PATCH 2/3] Fuse g_malloc(); memset() into g_new0() Markus Armbruster
2014-12-04 14:00   ` [Qemu-devel] " Markus Armbruster
2014-12-04 14:04   ` [Qemu-trivial] " Markus Armbruster
2014-12-04 14:04     ` [Qemu-devel] " Markus Armbruster
2014-12-04 14:00 ` [Qemu-trivial] [PATCH 3/3] util: Use g_new() & friends where that makes obvious sense Markus Armbruster
2014-12-04 14:00   ` [Qemu-devel] " Markus Armbruster
2014-12-04 22:51 ` [Qemu-trivial] [Qemu-devel] [PATCH 0/3] util: Trivial cleanups around g_malloc() Eric Blake
2014-12-04 22:51   ` Eric Blake
2014-12-05  6:54 ` [Qemu-trivial] " Fam Zheng
2014-12-05  6:54   ` Fam Zheng
2014-12-10  8:34 ` [Qemu-trivial] " Michael Tokarev
2014-12-10  8:34   ` [Qemu-devel] " Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.