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
*
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
*
Move dynamic_annotations into a separate gyp file to break
tony@chromium.org
2010-05-19
1
-1
/
+1
*
Update dynamic annotations and move them to base/third_party
timurrrr@chromium.org
2010-05-14
1
-1
/
+5
*
Add the linux_use_debugallocation flag.
glider@chromium.org
2010-04-16
1
-14
/
+30
*
Add the linux_use_heapchecker GYP variable that should turn the tcmalloc heap
glider@chromium.org
2010-03-26
1
-2
/
+12
*
Merged third_party/tcmalloc/vendor/src(google-perftools r87) into
glider@chromium.org
2010-03-18
1
-20
/
+2
*
Revert 41938 - Merged third_party/tcmalloc/vendor/src(googleperftools r87) into
glider@chromium.org
2010-03-18
1
-2
/
+20
*
Merged third_party/tcmalloc/vendor/src(google-perftools r87) into
glider@chromium.org
2010-03-18
1
-20
/
+2
*
Switch base to using CHECK_*.
willchan@chromium.org
2010-03-02
1
-1
/
+1
*
make sure we don't include the obsolete 2008 SDK dir.
nsylvain@chromium.org
2010-03-02
1
-1
/
+1
*
Reland r40289: "Add support for CHECK_* macros.""
willchan@chromium.org
2010-03-02
1
-2
/
+1
*
Revert r40289: "Add support for CHECK_* macros."
willchan@chromium.org
2010-03-01
1
-1
/
+2
*
Add support for CHECK_* macros.
willchan@chromium.org
2010-03-01
1
-2
/
+1
*
Revert 38882 - Land http://codereview.chromium.org/576001 again temporarily.
glider@chromium.org
2010-02-16
1
-2
/
+20
*
Land http://codereview.chromium.org/576001 again temporarily.
glider@chromium.org
2010-02-12
1
-20
/
+2
*
Revert 38766 - Temporarily land http://codereview.chromium.org/576001 to chec...
glider@chromium.org
2010-02-11
1
-2
/
+20
[next]