Chromium Code Reviews| Index: Source/wtf/Partitions.h |
| =================================================================== |
| --- Source/wtf/Partitions.h (revision 200472) |
| +++ Source/wtf/Partitions.h (working copy) |
| @@ -99,6 +99,7 @@ |
| static void dumpMemoryStats(PartitionStatsDumper*); |
| private: |
| + static int s_initializationLock; |
| static bool s_initialized; |
| static PartitionAllocatorGeneric m_fastMallocAllocator; |
| static PartitionAllocatorGeneric m_bufferAllocator; |