Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
ObjectAllocationInLoop.html
blob: a48c8fd241f3669d6ee3479e5124ab70663de3a2 [
file
] [
log
] [
blame
]
<html>
<body>
Reports object or array allocation inside loops. While not
necessarily a problem, object allocation inside loop is a great place to look for memory leaks
and performance issues.
<!-- tooltip end -->
<p>
</body>
</html>