Search:
Home  About  Submit Site    
  
 
This category holds links on memory management, which involves the primary storage allocation and deallocation in computer programming. Within this area, a primary concern is the automation of the processes involved in (de)allocation, freeing programmers from low level memory details. This is called garbage collection (GC or gc), or automatic or automated memory management or storage reclamation. This frees programmers from having to manually allocate and deallocate memory for various reasons (e.g., dynamic objects), aids programming productivity, and reduces errors. Almost all interpreted languages are garbage collected, use GC.
Sites [ Submit ]
Paul Wilson's Garbage Collection Archive - A collection of papers on garbage collection, memory allocation, and the like from the OOPS Research Group at the University of Texas at Austin. Includes papers from the OOPSLA Workshops on Garbage Collection in 1990, 1991, and 1993. ALI group at UMass - Group at UMass that includes the Object Systems Laboratory, an active memory management research group. The Memory Management Reference - A resource for programmers and computer scientists interested in memory management and garbage collection. Includes a bibliography of influential authors and papers in the field. Links to a glossary and a beginner's guide to the field. A Memory Allocator - Article by Doug Lea about the design of his well-known "Lea" memory allocator. Wolfram Gloger's malloc homepage - Links to ptmalloc, a multithreaded-variant of Doug Lea's memory allocator. IDH - A debug heap for *nix. Captures buffer overwrites, memory leaks, stale pointers, most buffer underflows, and can provide statistics on block sizes. Dmalloc - Malloc replacement with debugging features. Garbage Collection & Memory Management Summer School - 20-21 July 2004 Canterbury, UK. The 2006 International Symposium on Memory Management - Conference focused on research in management of dynamically allocated memory. Ottawa, Canada. Richard Jones' Garbage Collection Page - Richard Jones wrote Garbage Collection: Algorithms for Automatic Dynamic Memory Management", the first English book concerned solely with garbage collection. Garbage collection page has FAQs, and a bibliography. ISMM: The 2004 International Symposium on Memory Management - Conference focused on research in management of dynamically allocated memory.
Click [ Submit ] above to Add a New Site, Update a Site, or Remove a Site from this Category.
This directory is made available through a Creative Commons Attribution license from the DMOZ Organization.

© 2025 - Midnight Design Productions, LLC