Coverage Report

Created: 2023-11-12 09:30

/proc/self/cwd/source/server/instance_impl.cc
Line
Count
Source
1
#include "source/server/instance_impl.h"
2
3
namespace Envoy {
4
namespace Server {
5
5.34k
void InstanceImpl::maybeCreateHeapShrinker() {
6
5.34k
  heap_shrinker_ =
7
5.34k
      std::make_unique<Memory::HeapShrinker>(dispatcher(), overloadManager(), *stats().rootScope());
8
5.34k
}
9
10
} // namespace Server
11
} // namespace Envoy