mbox series

[qemu,0/1] contrib/elf2dmp: Conversion of conversions of malloc/calloc/free to g_malloc/g_new/g_free

Message ID 169635378817.28428.8916197505999208589-0@git.sr.ht
Headers show
Series contrib/elf2dmp: Conversion of conversions of malloc/calloc/free to g_malloc/g_new/g_free | expand

Message

~h0lyalg0rithm Oct. 3, 2023, 5:23 p.m. UTC
Switch malloc and free calls to new coding standard.
g_new is used where structs are defined and g_malloc is used for simpler
structures

Suraj Shirvankar (1):
  Switch memory management calls to new coding conventions

 contrib/elf2dmp/addrspace.c | 4 ++--
 contrib/elf2dmp/main.c      | 4 ++--
 contrib/elf2dmp/pdb.c       | 4 ++--
 contrib/elf2dmp/qemu_elf.c  | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)