diff options
Diffstat (limited to 'third_party/tcmalloc/vendor/src/common.h')
-rw-r--r-- | third_party/tcmalloc/vendor/src/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/tcmalloc/vendor/src/common.h b/third_party/tcmalloc/vendor/src/common.h index 72725ca..49458f2 100644 --- a/third_party/tcmalloc/vendor/src/common.h +++ b/third_party/tcmalloc/vendor/src/common.h @@ -221,9 +221,6 @@ class SizeMap { inline int num_objects_to_move(size_t cl) { return num_objects_to_move_[cl]; } - - // Dump contents of the computed size map - void Dump(TCMalloc_Printer* out); }; // Allocates "bytes" worth of memory and returns it. Increments |