Sha256: b9fca69fb28371a2452fe4d981efde13f362be8eaf675dc853888431a3ddc1f1

Contents?: true

Size: 505 Bytes

Versions: 68

Compression:

Stored size: 505 Bytes

Contents

// Copyright 2009 The RE2 Authors.  All Rights Reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

#ifndef UTIL_MALLOC_COUNTER_H_
#define UTIL_MALLOC_COUNTER_H_

namespace testing {
class MallocCounter {
 public:
  MallocCounter(int x) {}
  static const int THIS_THREAD_ONLY = 0;
  long long HeapGrowth() { return 0; }
  long long PeakHeapGrowth() { return 0; }
  void Reset() {}
};
}  // namespace testing

#endif  // UTIL_MALLOC_COUNTER_H_

Version data entries

68 entries across 68 versions & 3 rubygems

Version Path
grpc-1.57.0 third_party/re2/util/malloc_counter.h
grpc-1.54.3 third_party/re2/util/malloc_counter.h
grpc-1.53.2 third_party/re2/util/malloc_counter.h
grpc-1.55.3 third_party/re2/util/malloc_counter.h
grpc-1.57.0.pre1 third_party/re2/util/malloc_counter.h
grpc-1.56.2 third_party/re2/util/malloc_counter.h
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/third_party/re2/util/malloc_counter.h
grpc-1.56.0 third_party/re2/util/malloc_counter.h
grpc-1.56.0.pre3 third_party/re2/util/malloc_counter.h
grpc-1.55.0 third_party/re2/util/malloc_counter.h
grpc-1.53.1 third_party/re2/util/malloc_counter.h
grpc-1.52.2 third_party/re2/util/malloc_counter.h
grpc-1.54.2 third_party/re2/util/malloc_counter.h
grpc-1.54.0 third_party/re2/util/malloc_counter.h
grpc-1.53.0 third_party/re2/util/malloc_counter.h
grpc-1.53.0.pre2 third_party/re2/util/malloc_counter.h
grpc-1.52.0 third_party/re2/util/malloc_counter.h
rubypitaya-3.12.4 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/third_party/re2/util/malloc_counter.h
grpc-1.51.0-x86_64-linux third_party/re2/util/malloc_counter.h
grpc-1.51.0 third_party/re2/util/malloc_counter.h