diff options
Diffstat (limited to 'third_party/tcmalloc/chromium/src/common.h')
-rw-r--r-- | third_party/tcmalloc/chromium/src/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/tcmalloc/chromium/src/common.h b/third_party/tcmalloc/chromium/src/common.h index f9557c9..53a0a0b 100644 --- a/third_party/tcmalloc/chromium/src/common.h +++ b/third_party/tcmalloc/chromium/src/common.h @@ -62,7 +62,6 @@ 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 |