Operator new. Code size
Good day.
I never used operator new yet. But recently i try to use it and it add about 80kb code for STM32F205. I was surprized for this size. I tried it in keil, iar and there code size was about +(~800) bytes. Also i tried to use gcc in VS with VisualGDB plugin and there was about +(~1000) bytes.
So may be it can be optimized? In my case changing -O0, -O1... has no imposing effect.
What can i do?
Thanks in advance!