Home > Computers > Programming > Memory Management
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.
http://gee.cs.oswego.edu/dl/html/malloc.html
Article by Doug Lea about the design of his well-known "Lea" memory allocator.
http://www-ali.cs.umass.edu/
Group at UMass that includes the Object Systems Laboratory, an active memory management research group.
http://dmalloc.com/
Malloc replacement with debugging features.
http://www.mm-net.org.uk/school/
20-21 July 2004 Canterbury, UK.
http://i1.dk/idh/
A debug heap for *nix. Captures buffer overwrites, memory leaks, stale pointers, most buffer underflows, and can provide statistics on block sizes.
http://researchweb.watson.ibm.com/ismm04/
Conference focused on research in management of dynamically allocated memory.
ftp://ftp.cs.utexas.edu/pub/garbage/
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.
http://www.cs.kent.ac.uk/people/staff/rej/gc.html
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.
http://www.cs.technion.ac.il/~erez/ismm06/
Conference focused on research in management of dynamically allocated memory. Ottawa, Canada.
http://www.memorymanagement.org/
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.
http://www.malloc.de/en/
Links to ptmalloc, a multithreaded-variant of Doug Lea's memory allocator.
Home > Computers > Programming > Memory Management
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us