 Chromium Code Reviews
 Chromium Code Reviews Issue 14321006:
  Adds TCMalloc support for Android.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 14321006:
  Adds TCMalloc support for Android.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: build/build_config.h | 
| diff --git a/build/build_config.h b/build/build_config.h | 
| index fef6be50bded7db75515c2f2a2fd4d4821481de0..ea5da2c42a912467adbd4e74df208ba2e587ef9c 100644 | 
| --- a/build/build_config.h | 
| +++ b/build/build_config.h | 
| @@ -69,7 +69,8 @@ | 
| #endif | 
| // Use tcmalloc | 
| -#if (defined(OS_WIN) || defined(OS_LINUX)) && !defined(NO_TCMALLOC) | 
| +#if (defined(OS_WIN) || defined(OS_LINUX) || defined(OS_ANDROID)) && \ | 
| + !defined(NO_TCMALLOC) | 
| #define USE_TCMALLOC 1 | 
| #endif |