2014
DOI: 10.1002/spe.2275
|View full text |Cite
|
Sign up to set email alerts
|

Memory leak detection in Plumbr

Abstract: SUMMARYPlatforms with automatic memory management, such as the JVM, are usually considered free of memory leaks. However, memory leaks can happen in such environments, as the garbage collector cannot free objects, which are not used by the application anymore, but are still referenced. Such unused objects can eventually fill up the heap and crash the application. Although this problem has been studied extensively, nevertheless, there are still many rooms for improvement in this area. This paper describes the s… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
8
0

Year Published

2016
2016
2022
2022

Publication Types

Select...
2
2
1

Relationship

0
5

Authors

Journals

citations
Cited by 8 publications
(8 citation statements)
references
References 23 publications
0
8
0
Order By: Relevance
“…The memory leak problem has been addressed extensively in the context of other languages such as C++ and Java .…”
Section: Related Workmentioning
confidence: 99%
See 4 more Smart Citations
“…The memory leak problem has been addressed extensively in the context of other languages such as C++ and Java .…”
Section: Related Workmentioning
confidence: 99%
“…Leakbot works by analyzing the heap to find the suspicious data structures and then track the specific regions in the data structure for any growth. Plumbr uses a statistical approach for memory leak detection in Java programs. It uses statistical data about object age distribution to report the locations in the code where leaky objects are created.…”
Section: Related Workmentioning
confidence: 99%
See 3 more Smart Citations