Nitpick: static storage doesn’t come from the heap. It comes from one of the program’s data segments that is mapped to zeroed memory by the linker.
1 Like
Nitpick: static storage doesn’t come from the heap. It comes from one of the program’s data segments that is mapped to zeroed memory by the linker.