summaryrefslogtreecommitdiffstats
path: root/library/cpp/lfalloc/alloc_profiler/stackcollect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/lfalloc/alloc_profiler/stackcollect.cpp')
-rw-r--r--library/cpp/lfalloc/alloc_profiler/stackcollect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/lfalloc/alloc_profiler/stackcollect.cpp b/library/cpp/lfalloc/alloc_profiler/stackcollect.cpp
index 55ecc8213fb..fded4e2fd1a 100644
--- a/library/cpp/lfalloc/alloc_profiler/stackcollect.cpp
+++ b/library/cpp/lfalloc/alloc_profiler/stackcollect.cpp
@@ -208,7 +208,7 @@ public:
const TFrameInfo* frames = TBase::GetFrames();
size_t framesCount = TBase::GetFramesCount();
- TVector<const TFrameInfo*> stacks;
+ TVector<const TFrameInfo*> stacks;
for (size_t i = 0; i < framesCount; ++i) {
if (frames[i].Stats.Allocs) {
stacks.push_back(&frames[i]);