[U-Boot] where is malloc()?
quantumlight
peter.feifan.chen at gmail.com
Fri Feb 19 02:52:59 CET 2016
I can find malloc.h describing that it uses a specific malloc. But I can't
seem to find where the u-boot source keeps the malloc implementation.
I see that in include/_exports.h it is defined:
EXPORT_FUNC(malloc)
Also there seems to be a dlmalloc.c that should define a void* malloc(size)
function but I can't seem to find it in here. Is there some macro magic
here?
--
View this message in context: http://u-boot.10912.n7.nabble.com/where-is-malloc-tp246389.html
Sent from the U-Boot mailing list archive at Nabble.com.
More information about the U-Boot
mailing list