Sponsored Links:
Richard Jones' Garbage Collection Page (Popularity: )
http://www.cs.ukc.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. ...
|
Paul Wilson's Garbage Collection Archive (Popularity: )
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 ...
|
ALI group at UMass (Popularity: )
http://www-ali.cs.umass.edu/
Group at UMass that includes the Object Systems Laboratory, an active memory management research group.
|
The GC-LIST FAQ (Popularity: )
http://www.iecc.com/gclist/GC-faq.html
A draft FAQ for the Garbage Collection mailing list. Contains a list of algorithms and techniques, related jargon, language interfaces, ...
|
A garbage collector for C/C++ (Hans Boehm) (Popularity: )
http://www.hpl.hp.com/personal/Hans_Boehm/gc/
Hans Boehm's page on the widely used Boehm-Demers-Weiser conservative garbage collector for C/C++. The Boehm-Demers-Weiser conservative garbage collector can be ...
|
Inuse (Popularity: )
http://www.parasoft.com/products/inuse/index.htm
A graphical utility that allows you to watch a program allocate and free dynamic memory blocks, increasing your understanding of ...
|
OOPSLA'97 GC and MM Workshop (Popularity: )
http://www.dcs.gla.ac.uk/%7Ehuw/oopsla97/gc/papers.html
Contains links to the papers presented at the 1997 OOPSLA Workshop on Garbage Collection and Memory Management.
|
OOPS Group Publications (Popularity: )
http://www.cs.utexas.edu/users/oops/papers.html
Papers from Paul Wilson's research group at the University of Texas at Austin.
|
The Memory Management Reference (Popularity: )
http://www.memorymanagement.org/
A resource for programmers and computer scientists interested in memory management and garbage collection. Includes a fairly comprehensive bibliography of ...
|
ISMM: The 2004 International Symposium on Memory Management (Popularity: )
http://www.research.ibm.com/ismm04/
Conference focused on research in management of dynamically allocated memory.
|
The Hoard Multiprocessor Memory Allocator (Popularity: )
http://www.hoard.org/
Hoard is a fast, scalable and memory-efficient malloc-replacement for multithreaded applications on multiprocessors. Widely-used, open-source.
|
Wolfram Gloger's malloc homepage (Popularity: )
http://www.malloc.de/en/
Links to ptmalloc, a multithreaded-variant of Doug Lea's memory allocator.
|
Parallel and Distributed Garbage Collectors (Popularity: )
http://www.yl.is.s.u-tokyo.ac.jp/gc/
A parallel and distributed extension of the BDW conservative collector.
|
IDH (Popularity: )
http://i1.dk/idh/
A debug heap for *nix. Captures buffer overwrites, memory leaks, stale pointers, most buffer underflows, and can provide statistics on ...
|
Dmalloc (Popularity: )
http://dmalloc.com/
Malloc replacement with debugging features.
|
Garbage Collection & Memory Management Summer School (Popularity: )
http://www.mm-net.org.uk/school/
20-21 July 2004 Canterbury, UK.
|