 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| OLD | NEW | 
|---|---|
| 1 Name: tcmalloc | 1 Name: tcmalloc | 
| 2 Short Name: gperftools | 2 Short Name: gperftools | 
| 3 URL: http://gperftools.googlecode.com/ | 3 URL: http://gperftools.googlecode.com/ | 
| 4 Version: unknown | 4 Version: unknown | 
| 5 Revision: 144 | 5 Revision: 144 | 
| 6 Security Critical: yes | 6 Security Critical: yes | 
| 7 License: BSD | 7 License: BSD | 
| 8 | 8 | 
| 9 Description: | 9 Description: | 
| 10 This contains Chromium's locally patched copy of tcmalloc. | 10 This contains Chromium's locally patched copy of tcmalloc. | 
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 79 | 79 | 
| 80 3) Create the CL, upload, check in: | 80 3) Create the CL, upload, check in: | 
| 81 | 81 | 
| 82 $ gcl change CL | 82 $ gcl change CL | 
| 83 $ gcl upload CL | 83 $ gcl upload CL | 
| 84 $ gcl commit CL | 84 $ gcl commit CL | 
| 85 | 85 | 
| 86 | 86 | 
| 87 Modifications: | 87 Modifications: | 
| 88 - Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.h *.c | 88 - Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.h *.c | 
| 89 - Add support for android. | |
| 
Peter Beverloo
2013/04/29 17:03:31
nit: s/Add/Added/. s/android/Android/.
 
bulach
2013/04/30 18:43:08
Done.
 | |
| OLD | NEW |