Why I new 1024 bytes memory, in fact used 1036 bytes?
Posted: Thu Aug 27, 2015 5:33 am
I use JCIDE to debug Applet.
First, I find the NVM memory is 0x00035D10; and I new a 1024 bytes memory, there only remain 0x00035904, that means I used 1036 bytes memory.
The previous memory is:
When I used " byte[] buffer = new byte[1024]; ", the remaining memory is:
Why?
First, I find the NVM memory is 0x00035D10; and I new a 1024 bytes memory, there only remain 0x00035904, that means I used 1036 bytes memory.
The previous memory is:
When I used " byte[] buffer = new byte[1024]; ", the remaining memory is:
Why?