On 08/04/2011 08:58 AM, Gabriel Dos Reis wrote:
Do you intend to rule out garbage collectors?
No, I suppose the rule should be that interleaved access through the returned pointer and other ways is undefined.
Should not access as raw memory (e.g. through char* or void*) be allowed?
No, accessing it as raw memory is no different. Jason