index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
allocator
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcmalloc: make warning-disable flags match upstream
evan@chromium.org
2011-07-18
1
-2
/
+4
*
tcmalloc: disable the warning about ignoring return values
evan@chromium.org
2011-07-13
1
-0
/
+5
*
Remove the comments setting emands and vim tab width and expansion variables.
tony@chromium.org
2011-07-11
1
-6
/
+0
*
Merge google-perftools r109 (the current contents of third_party/tcmalloc/ven...
glider@chromium.org
2011-06-17
2
-2
/
+9
*
Remove msvs_guids from app, base, breakpad and build.
tony@chromium.org
2011-06-13
1
-2
/
+0
*
Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark
glider@chromium.org
2011-05-31
1
-0
/
+1
*
Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existi...
msw@chromium.org
2011-05-27
1
-1
/
+0
*
Fix http://codereview.chromium.org/6869009 to ignore an existing object exact...
glider@chromium.org
2011-05-27
1
-0
/
+1
*
Revert "Land http://codereview.chromium.org/6869009 for the third time."
oshima@google.com
2011-05-26
1
-1
/
+0
*
Land http://codereview.chromium.org/6869009 for the third time.
glider@chromium.org
2011-05-26
1
-0
/
+1
*
Globally replace <(library) with static_library
evan@chromium.org
2011-05-19
1
-1
/
+1
*
Switch to using TCMALLOC in browser process to fix WinHeap hanging IO thread ...
rtenneti@chromium.org
2011-05-19
1
-1
/
+1
*
Revert 85898 - Re-land http://codereview.chromium.org/6869009 (except for the...
glider@chromium.org
2011-05-19
1
-1
/
+0
*
Re-land http://codereview.chromium.org/6869009 (except for the suppressions)
glider@chromium.org
2011-05-19
1
-0
/
+1
*
The gyp files don't have a way to refer to POSIX-like OS's as a group, so I d...
mark@chromium.org
2011-05-12
1
-1
/
+1
*
Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can ...
glider@chromium.org
2011-04-21
1
-1
/
+0
*
Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark
glider@chromium.org
2011-04-21
1
-0
/
+1
*
Revert 79258 - Mark all the free'ed region with special markers so that browser
rtenneti@chromium.org
2011-03-24
1
-2
/
+1
*
Mark all the free'ed region with special markers so that browser
rtenneti@chromium.org
2011-03-24
1
-1
/
+2
*
Switch to using WinHeap for the browser process
jar@chromium.org
2011-03-24
1
-2
/
+2
*
Add redundancy to detect double frees in TCMalloc
jar@chromium.org
2011-03-16
1
-1
/
+1
*
Revert 78166 - Test impact of an allocator change to detect double frees
jar@chromium.org
2011-03-15
1
-1
/
+1
*
Test impact of an allocator change to detect double frees
jar@chromium.org
2011-03-15
1
-1
/
+1
*
Revert 77958 - Make sure Windows default heap will crash on corruption
jar@chromium.org
2011-03-13
1
-3
/
+0
*
Make sure Windows default heap will crash on corruption
jar@chromium.org
2011-03-13
1
-0
/
+3
*
Revert 77948 - Add redundancy to detect double frees in TCMalloc
jar@chromium.org
2011-03-12
1
-1
/
+1
*
Add redundancy to detect double frees in TCMalloc
jar@chromium.org
2011-03-12
1
-1
/
+1
*
Revert 77941 - Add redundancy to detect double frees in TCMalloc
jar@chromium.org
2011-03-12
1
-1
/
+1
*
Add redundancy to detect double frees in TCMalloc
jar@chromium.org
2011-03-12
1
-1
/
+1
*
Support mixed allocation in browser vs subprocesses
jar@chromium.org
2011-03-08
3
-18
/
+78
*
Revert 77207 - Support mixed allocation in browser vs subprocesses
jar@chromium.org
2011-03-07
3
-78
/
+18
*
Support mixed allocation in browser vs subprocesses
jar@chromium.org
2011-03-07
3
-18
/
+78
*
Revert 77111 - Test performance of default allocator in browser process
jar@chromium.org
2011-03-07
1
-1
/
+1
*
Test performance of default allocator in browser process
jar@chromium.org
2011-03-07
1
-1
/
+1
*
Revert 77066 - Test impact of using default windows allocator
jar@chromium.org
2011-03-06
1
-1
/
+1
*
Test impact of using default windows allocator
jar@chromium.org
2011-03-06
1
-1
/
+1
*
Remove obsolete dependencies that create needless recompiling.
jeanluc@chromium.org
2011-02-15
1
-1
/
+0
*
Revert 73121 - Remove obsolete files from 'sources'. This causes needless wo...
nsylvain@chromium.org
2011-01-31
1
-0
/
+1
*
Remove obsolete files from 'sources'. This causes needless work on increment...
jeanluc@chromium.org
2011-01-30
1
-1
/
+0
*
Clang: enable -Wbool-conversions and -Wunused-variables on Linux.
hans@chromium.org
2011-01-14
1
-8
/
+8
*
Fixing several typos in gyp files detected by jeanluc's forthcoming changes t...
bradnelson@google.com
2011-01-11
1
-1
/
+1
*
This CL introduces the stack shadowing mechanism that should help TCMalloc's
glider@chromium.org
2010-08-27
1
-0
/
+11
*
Fix nacl_sandbox_tests dependency:
victorw@chromium.org
2010-07-19
1
-1
/
+1
*
Merge tcmalloc r93 into the Chromium tcmalloc branch.
glider@chromium.org
2010-05-25
1
-1
/
+1
*
Revert 48024 - Reland http://codereview.chromium.org/1735024/show to assess t...
glider@chromium.org
2010-05-24
1
-1
/
+1
*
Re-land http://codereview.chromium.org/1735024/show to assess the performance.
glider@chromium.org
2010-05-24
1
-1
/
+1
*
Revert 47897 - Linux: Add libunwind as a dependency of tcmalloc in 64 bit mode.
willchan@chromium.org
2010-05-21
1
-21
/
+3
*
Revert 47789 - The newer version of tcmalloc should fix the problems with run...
glider@chromium.org
2010-05-21
1
-1
/
+1
*
Linux: Add libunwind as a dependency of tcmalloc in 64 bit mode.
thestig@chromium.org
2010-05-21
1
-3
/
+21
*
The newer version of tcmalloc should fix the problems with running tcmalloc u...
glider@chromium.org
2010-05-20
1
-1
/
+1
[next]