summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/vendor/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/tcmalloc/vendor/src/common.h')
-rw-r--r--third_party/tcmalloc/vendor/src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/tcmalloc/vendor/src/common.h b/third_party/tcmalloc/vendor/src/common.h
index 92c582f..b0278eb 100644
--- a/third_party/tcmalloc/vendor/src/common.h
+++ b/third_party/tcmalloc/vendor/src/common.h
@@ -62,6 +62,7 @@ static const size_t kPageSize = 1 << kPageShift;
static const size_t kMaxSize = 8u * kPageSize;
static const size_t kAlignment = 8;
static const size_t kNumClasses = 61;
+static const size_t kLargeSizeClass = 0;
// Maximum length we allow a per-thread free-list to have before we
// move objects from it into the corresponding central free-list. We