Comment on Libvirt: Adoption of GLib library to replace GNULIB and home grown codeparentComments−saagarjha5yOne reason I can think of wrapping malloc is that C is more likely to give you that than whatever OS-specific API you are going to use to get memory from the kernel (if you even have one!).
Comments
One reason I can think of wrapping malloc is that C is more likely to give you that than whatever OS-specific API you are going to use to get memory from the kernel (if you even have one!).