I tend to use std *alloc/free functions to allocate/free dynamic memory in my C programs. I wonder if there are any good reasons to use the GLIB Memory Allocation functions instead of the std ones.
I'd be grateful if the comunity could point out situations where either of these solutions is a winner/looser. I am also interested in performance issues that I could hit in case I use one or the other.
Thanks !
Edited to state platforms
These programs normally run on all type of Linux/Unix distributions, normally 64 bits archs compiled using gcc 4.2.