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
/
allocator_shim.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use SYZYASAN instead of ADDRESS_SANITIZER.
chrisha@google.com
2014-03-27
1
-8
/
+8
*
Remove third_party/jemalloc
hans@chromium.org
2014-02-05
1
-42
/
+5
*
Cleanup allocator_shim.cc from ENABLE_DYNAMIC_ALLOCATOR_SWITCHING
b.kelemen@samsung.com
2013-11-08
1
-39
/
+15
*
Change call_new_handler to be non extern C; not called outside this code and ...
wfh@chromium.org
2013-02-15
1
-4
/
+5
*
Use WINHEAP by default if ADDRESS_SANITIZER is defined.
sebmarchand@chromium.org
2013-02-04
1
-1
/
+15
*
Report memory usage retained by TCMalloc freelists.
alexeif@chromium.org
2012-12-07
1
-29
/
+15
*
Add an option to use tcmalloc's debugallocation for Debug builds
phajdan.jr@chromium.org
2012-12-04
1
-1
/
+1
*
Revert 166547 - Use tcmalloc's debugallocation for Debug builds
scottmg@google.com
2012-11-08
1
-1
/
+1
*
Use tcmalloc's debugallocation for Debug builds
phajdan.jr@chromium.org
2012-11-07
1
-1
/
+1
*
A Speculative Revert for 164939 - Use tcmalloc's debugallocation for Debug bu...
hbono@chromium.org
2012-10-31
1
-1
/
+1
*
Use tcmalloc's debugallocation for Debug builds
phajdan.jr@chromium.org
2012-10-30
1
-1
/
+1
*
Expose memory allocator internal stats and properties.
alexeif@chromium.org
2012-09-17
1
-0
/
+40
*
Modify allocator_shim to support _aligned_alloc(), _aligned_free().
dalecurtis@chromium.org
2012-08-02
1
-0
/
+61
*
1. Enable large object pointer offset check in release build.
kaiwang@chromium.org
2012-05-24
1
-0
/
+12
*
Route calls to tcmalloc MallocExtension through allocator agnostic interface
jamesr@chromium.org
2012-04-28
1
-0
/
+13
*
Explicitly track the time source type in base/profiler/alternate_timer.h
isherman@chromium.org
2012-04-27
1
-1
/
+2
*
Revert 134041 - Explicitly track the time source type in base/profiler/altern...
dpapad@chromium.org
2012-04-26
1
-2
/
+1
*
Explicitly track the time source type in base/profiler/alternate_timer.h
isherman@chromium.org
2012-04-26
1
-1
/
+2
*
Support use of third party time function for about:profiler
jar@chromium.org
2012-02-15
1
-3
/
+15
*
windows: Fix a few things clang complains about.
thakis@chromium.org
2012-01-23
1
-2
/
+2
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-26
1
-1
/
+1
*
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...
brettw@chromium.org
2011-10-25
1
-1
/
+1
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-25
1
-1
/
+1
*
Merge google-perftools r109 (the current contents of third_party/tcmalloc/ven...
glider@chromium.org
2011-06-17
1
-0
/
+1
*
Switch to using TCMALLOC in browser process to fix WinHeap hanging IO thread ...
rtenneti@chromium.org
2011-05-19
1
-1
/
+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 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
1
-18
/
+57
*
Revert 77207 - Support mixed allocation in browser vs subprocesses
jar@chromium.org
2011-03-07
1
-57
/
+18
*
Support mixed allocation in browser vs subprocesses
jar@chromium.org
2011-03-07
1
-18
/
+57
*
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
*
Fix nacl_sandbox_tests dependency:
victorw@chromium.org
2010-07-19
1
-1
/
+1
*
Branch the files in the shim layer that switches between the
sgk@chromium.org
2009-11-25
1
-0
/
+266