Old Fellows Database

Add URL Add URL  Custom Programming  My Sites My Sites  Custom Programming  My Account My Account  Custom Programming  Contact Us Contact Us


Yurtseven.org       

Search only in Memory Management   Search the Web
 Home » Programming » Memory Management

 Categories

C++ (21)  


 Related Categories:
    Computers » Programming » Compilers » Theory  (8)


 Web Pages    1 - 10   {19}


 1 - A garbage collector for C/C++ (Hans Boehm)
  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 used as a garbage collecting replacement for C malloc or C++ new. It is also used by a number
http://www.hpl.hp.com/personal/Hans_Boehm/gc/
 
[more pages from this URL]   


 2 - The Memory Management Reference
  A resource for programmers and computer scientists interested in memory management and garbage collection. Includes a fairly comprehensive bibliography of influential authors and papers in the field. Links to a glossary and a beginner's guide to the field
http://www.memorymanagement.org/
 
[more pages from this URL]   


 3 - Dmalloc
  Malloc replacement with debugging features.
http://dmalloc.com/
 
[more pages from this URL]   


 4 - The GC-LIST FAQ
  A draft FAQ for the Garbage Collection mailing list. Contains a list of algorithms and techniques, related jargon, language interfaces, and challenging problems such as threading, distributed objects, persistency, and "uncooperative environments"
http://www.iecc.com/gclist/GC-faq.html
 
[more pages from this URL]   


 5 - The Hoard Multiprocessor Memory Allocator
  Hoard is a fast, scalable and memory-efficient malloc-replacement for multithreaded applications on multiprocessors. Widely-used, open-source.
http://www.hoard.org/
 
[more pages from this URL]   


 6 - OOPS Group Publications
  Papers from Paul Wilson's research group at the University of Texas at Austin.
http://www.cs.utexas.edu/users/oops/papers.html
 
[more pages from this URL]   


 7 - Parallel and Distributed Garbage Collectors
  A parallel and distributed extension of the BDW conservative collector.
http://www.yl.is.s.u-tokyo.ac.jp/gc/
 
[more pages from this URL]   


 8 - A Memory Allocator
  Article by Doug Lea about the design of his well-known "Lea" memory allocator.
http://gee.cs.oswego.edu/dl/html/malloc.html
 
[more pages from this URL]   


 9 - 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 an FAQ, and a large bibliography.
http://www.cs.kent.ac.uk/people/staff/rej/gc.html
 
[more pages from this URL]   


 10 - ISMM: The 2004 International Symposium on Memory Management
  Conference focused on research in management of dynamically allocated memory.
http://www.research.ibm.com/ismm04/
 
[more pages from this URL]   


1  2  Next »»


E-Mail Add URL