Results 1 -
2 of
2
A Customisable Memory Management Framework
, 1994
"... Memory management is a critical issue for many large object-oriented applications, but in C++ only explicit memory reclamation through the delete operator is generally available. We analyse different possibilities for memory management in C++ and present a dynamic memory management framework which c ..."
Abstract
-
Cited by 22 (2 self)
- Add to MetaCart
Memory management is a critical issue for many large object-oriented applications, but in C++ only explicit memory reclamation through the delete operator is generally available. We analyse different possibilities for memory management in C++ and present a dynamic memory management framework which can be customised to the need of specific applications. The framework allows full integration and coexistence of different memory management techniques. The Customisable Memory Management (CMM) is based on a primary collector which exploits an evolution of Bartlett's mostly copying garbage collector. Specialised collectors can be built for separate memory heaps. A Heap class encapsulates the allocation strategy for each heap. We show how to emulate different garbage collection styles or user-specific memory management techniques. The CMM is implemented in C++ without any special support in the language or the compiler. The techniques used in the CMM are general enough to be applicable also to...
Neutrinos From Primordial Black Holes
, 1994
"... The emission of particles from black holes created in the early Universe has detectable astrophysical consequences. The most stringent bound on their abundance has been obtained from the absence of a detectable diffuse flux of 100 MeV photons. Further scrutiny of these bounds is of interest as t ..."
Abstract
- Add to MetaCart
The emission of particles from black holes created in the early Universe has detectable astrophysical consequences. The most stringent bound on their abundance has been obtained from the absence of a detectable diffuse flux of 100 MeV photons. Further scrutiny of these bounds is of interest as they, for instance, rule out primordial black holes as a dark matter candidate. We here point out that these bounds can, in principle, be improved by studying the diffuse cosmic neutrino flux. Measurements of near-vertical atmospheric neutrino fluxes in a region of low geomagnetic latitude can provide a competitive bound. The most favorable energy to detect a possible diffuse flux of primordial black hole origin is found to be a few MeV. We also show that measurements of the diffuse flux is the most promising to improve the existing bounds deduced from gamma-ray measurements. Neutrinos from individual black hole explosions can be detected in the GeV--TeV energy region. We find th...

