Pointer aliasing (computer programming)
Appearance
Pointer aliasing is where two or more pointers reference the same memory location. It can cause issues with optimizing compilers.
Pointer aliasing is where two or more pointers reference the same memory location. It can cause issues with optimizing compilers.