I'm on an embedded system and need to wring out an additional couple dozen bytes from the heap.
Once I've built the .elf
, is there a utility to run so I can output the memory layout of my class objects and structs?
I need to see if there's a way to gain memory by simply changing the layout of members.