OSDN Git Service

note that we do not want hidden malloc aliases
authorMike Frysinger <vapier@gentoo.org>
Mon, 20 Jul 2009 13:03:29 +0000 (09:03 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 20 Jul 2009 13:03:29 +0000 (09:03 -0400)
commit89753413b2d324db1220030e7802550925d3fadc
treed0734ba6ff94aee476a9cc20738f72a448e7aec7
parentaceae8ba6d6e579bbc502284ce9770e5e19f124a
note that we do not want hidden malloc aliases

We want to let malloc() and friends be overridable at runtime so that apps
can insert their own implementation (think debugging, specialized setups,
etc...).  That means that C library functions that return allocated memory
have to go through the normal malloc() symbol as well as the external code
is the one who will be calling free().

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/stdlib.h