Reserve space in the stack for an unitialised object@doug4 ah right =) @seeplus due to optimisation reasons, already profiled & accounted :(
Reserve space in the stack for an unitialised objectHye seeplus, that's correct. The point is that _object_space is visible as long as the variable `dat...
Reserve space in the stack for an unitialised object@coder777 it doesn't matter if it copies garbage, the whole point is that the scope of the variable...
Reserve space in the stack for an unitialised objectOky, so the classic solution is: [code] uint8_t _object_space[sizeof(MyUnitialisedObject)]; ...
Reserve space in the stack for an unitialised objectHi folks, what's the best way to reserve some space in the stack for a uninitialised object. For exa...
This user does not accept Private Messages