Chromium Code Reviews| Index: third_party/tcmalloc/vendor/src/common.h |
| =================================================================== |
| --- third_party/tcmalloc/vendor/src/common.h (revision 126727) |
| +++ third_party/tcmalloc/vendor/src/common.h (working copy) |
| @@ -221,6 +221,9 @@ |
| 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 |