ThesaHelp: references i-l
Topic: dangling pointers
| |
Reference
Lomet, D.B. ,
"Making pointers safe in system programming languages ",
IEEE Transactions on Software Engineering , SE-11 , 1 , pp. 87-96 , January 1985 .
Google
Quotations
88 ;;Quote: associate scope with a pointer to avoid dangling pointers
| 91 ;;Quote: leave a tombstone after deleting a data structure to invalidate pointers
| 92 ;;Quote: implement tombstones by indirect addressing for all pointers; then an invalid address will be caught by hardware
| 94 ;;Quote: assign pointer scope and the freeze all data structures until the scope terminates; an explicit free then has a delayed effect
|
Related Topics
ThesaHelp: references i-l (342 items)
Topic: dangling pointers (13 items)
|