Results 151 to 160 of about 185,526 (197)
Some of the next articles are maybe not open access.

Collecting more garbage

Proceedings of the 1994 ACM conference on LISP and functional programming - LFP '94, 1994
We present a method, adapted to polymorphically typed functional languages, to detect and collect more garbage than existing GCs. It can be applied to strict or lazy higher order languages and to several garbage collection schemes. Our GC exploits the information on utility of arguments provided by polymorphic types of functions.
openaire   +1 more source

Garbage Collection Intro

2016
The managed programming model does not expect the programmer to perform manual memory management. It is not required that the programmer write code such as delete objRef to deallocate and return back the memory that was allocated. Spare our poor programmers.
openaire   +1 more source

Understanding Garbage Collection

2004
Memory management, and in particular cleaning up any resources that are no longer needed by an application, is an important service provided by the .NET Framework. The aim of this chapter is to make sure you understand at a fairly detailed level how the main .NET resource cleanup system, the garbage collector, works and how best to use the garbage ...
openaire   +1 more source

Home - About - Disclaimer - Privacy