Sciweavers

ADAEUROPE
2003
Springer

Exposing Memory Corruption and Finding Leaks: Advanced Mechanisms in Ada

13 years 10 months ago
Exposing Memory Corruption and Finding Leaks: Advanced Mechanisms in Ada
This article discusses the tools that Ada offers to deal with dynamic memory problems. The article shows how the storage pools mechanism of Ada 95 can be extended to enpower developers when tracking memory leaks and memory corruption in their code. This Ada extension rests on the notion of “checked pools”, i.e. storage pools with an additional Dereference operation. The paper describes how a particular instance of the checked pool, called the “debug pool”, is implemented in the GNAT technology. Performance measurements for the use of debug pools are provided in the context of the Air Traffic Flow Management application at Eurocontrol.
Emmanuel Briot, Franco Gasperoni, Robert Dewar, Di
Added 06 Jul 2010
Updated 06 Jul 2010
Type Conference
Year 2003
Where ADAEUROPE
Authors Emmanuel Briot, Franco Gasperoni, Robert Dewar, Dirk Craeynest, Philippe Waroquiers
Comments (0)