This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Eliminating _memset$wrapper?

Hello,

I am at the very edge of code space and so I changed my memset calls to use __aeabi_memset directly. It seems, however, that _memset$wrapper is still sitting there taking 20 bytes. Is there any way to get rid of it?

Thanks

James