You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-ndk
Hi All,
I am compiling native application for Android by using NDK, mallopt()
function is not resolved by giving undefined referenced error. The
declaration is present in malloc.h. it seems definition is not present
in Bionic libc. Is this intended to not having this definition or any
help to resolve the issue is appreciable?