Loading 3party/gperftools/src/base/googleinit.h +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ private: namespace { \ static void google_init_module_##name() { body; } \ GoogleInitializer google_initializer_module_##name(#name, google_init_module_##name, NULL); \ __attribute__((constructor)) static void EnsureConstructorRunsBeforeMain() \ __attribute__((constructor)) void EnsureConstructorRunsBeforeMain() \ { \ google_initializer_module_##name.module_name(); \ } \ Loading 3party/gperftools/src/heap-profiler.cc +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ LogMappingEvent(const tcmalloc::MappingEvent &evt) extern "C" void HeapProfilerStart(const char *prefix) { SpinLockHolder l(&heap_lock); SpinLockHolder lock(&heap_lock); if (is_on) return; Loading Loading
3party/gperftools/src/base/googleinit.h +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ private: namespace { \ static void google_init_module_##name() { body; } \ GoogleInitializer google_initializer_module_##name(#name, google_init_module_##name, NULL); \ __attribute__((constructor)) static void EnsureConstructorRunsBeforeMain() \ __attribute__((constructor)) void EnsureConstructorRunsBeforeMain() \ { \ google_initializer_module_##name.module_name(); \ } \ Loading
3party/gperftools/src/heap-profiler.cc +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ LogMappingEvent(const tcmalloc::MappingEvent &evt) extern "C" void HeapProfilerStart(const char *prefix) { SpinLockHolder l(&heap_lock); SpinLockHolder lock(&heap_lock); if (is_on) return; Loading