Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Browse by topic Browse by titles Authors Reviewers Browse by issue Browse Help
Search
  Browse All Reviews > Software (D) > Programming Languages (D.3) > Language Constructs and Features (D.3.3) > Dynamic Storage Management (D.3.3...)  
 
Options:
 
  1-5 of 5 Reviews about "Dynamic Storage Management (D.3.3...)": Date Reviewed
  Garbage collection in the next C++ standard
Boehm H., Spertus M.  ISMM 2009 (Proceedings of the 2009 International Symposium on Memory Management, Dublin, Ireland, Jun 19-20, 2009) 30-38, 2009.  Type: Proceedings

Boehm and Spertus, two key insiders, report on the C++ standards committee’s progress toward supporting automatic storage reclamation and memory leak detection. However, Boehm and Spertus do far more than merely list the rele...

Oct 2 2009
  Shared heap management for memory-limited Java virtual machines
Choi Y., Han H. ACM Transactions on Embedded Computing Systems 7(2): 1-32, 2008.  Type: Article

Multitasking in embedded systems without virtual memory is often done in a very simplistic way: by allocation of a fixed storage segment to a task. A more flexible strategy of heap allocation in a shared storage pool has to deal with t...

Aug 15 2008
  On mobile Java memory consumption
Hartikainen V., Liimatainen P., Mikkonen T.  Parallel, distributed, and network-based processing (Proceedings of the 14th Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP’06),Feb 15-17, 2006) 333-339, 2006.  Type: Proceedings

Java is a very popular programming platform for small devices like cellular phones. The recent open-source release of the Java 2 Platform, Micro Edition (J2ME) environment has made it an open standard icon of the programming-in-the-sma...

Mar 1 2007
  The detection of dangling references in C++ programs
Eyre-Todd R. ACM Letters on Programming Languages and Systems 2(1-4): 127-134, 1993.  Type: Article

A technique for implementing so-called smart pointers, which detect dangling references, in C++ is described. Smart pointers are objects of special classes with overloaded operators for dereferencing and structure access; they mimic re...

Mar 1 1995
  Reducing the latency of a real-time garbage collector
Johnson R. ACM Letters on Programming Languages and Systems 1(1): 46-58, 1992.  Type: Article

Garbage collection can be important to a long-running program in which “junk” areas of memory gradually accumulate and may eventually lead to failure due to lack of memory. Most current garbage collection routines t...

Oct 1 1993
 
 
 
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy