Map
Index
Random
Help
th

Quote: dangling pointers and storage leaks tend to persist long after other errors are removed; prevent with garbage collection

topics > all references > references m-o > QuoteRef: nelsG_1991 , p. 8



Topic:
dangling pointers
Topic:
memory management by garbage collection

Quotation Skeleton

A classic unsafe runtime error is to free … a time bomb that explodes later, when the … Problems due to dangling pointers and storage leaks … to avoid these problems is the automatic freeing … [where] the storage they point to is kept … gone.   Google-1   Google-2

Copyright clearance needed for quotation.

Additional Titles

Quote: Modula-3 always uses garbage collection of traced references in safe modules

Related Topics up

Topic: dangling pointers (13 items)
Topic: memory management by garbage collection (113 items)

Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.