Chromium Code Reviews| Index: src/heap.h |
| =================================================================== |
| --- src/heap.h (revision 2446) |
| +++ src/heap.h (working copy) |
| @@ -733,6 +733,11 @@ |
| static void ZapFromSpace(); |
| #endif |
| +#if defined(ENABLE_LOGGING_AND_PROFILING) |
| + // Print short heap statistics. |
| + static void PrintShortHeapStatistics(); |
| +#endif |
| + |
| // Makes a new symbol object |
| // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation |
| // failed. |