IEEE Access (Jan 2024)

A Comprehensive Review of Static Memory Analysis

  • Temidayo Akinyemi,
  • Enoch Solomon,
  • Abraham Woubie,
  • Kari Lippert

DOI
https://doi.org/10.1109/ACCESS.2024.3482253
Journal volume & issue
Vol. 12
pp. 170204 – 170226

Abstract

Read online

This review aims to evaluate and compare various static analysis tools across multiple programming languages for memory management. The tools and techniques under scrutiny include pattern matching, symbolic execution, CppCheck, SharpChecker, FindBugs, CheckStyle, and Pylint. When examining the methods, pattern matching, and symbolic execution, we identified implementations using pattern matching and symbolic execution for each programming language. We focus on understanding the full scope of their capabilities and effectiveness in managing internal and external memory components such as RAM, SRAM, PROM, Cache, Optical Drive, etc. While static analysis tools do not directly analyze physical memory components, they are crucial in enhancing memory behavior. By detecting and addressing memory-related issues early in the development process, these tools contribute significantly to the overall quality of software systems. This review will thoroughly examine the strengths and weaknesses of each static analysis tool, aiding in selecting the most suitable tool or combination of tools for effective memory management across diverse programming environments.

Keywords