
19 Feb
2016
19 Feb
'16
2:52 a.m.
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.