virtual address space

  1. A

    C Can I use the most significant bit of a pointer as a flag?

    Hello everyone, I am wondering if I can use the most significant bit of a pointer as a flag. That means storing a bit of information in the most significant bit, and clear this bit with a mask before using the memory address. I did not find any official documentation about the layout of the...
Back
Top