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
*
Remove third_party/jemalloc
hans@chromium.org
2014-02-05
2
-60
/
+5
*
Normalize _unittest.cc filename suffix for unittests
alecflett@chromium.org
2014-01-17
4
-6
/
+6
*
Move base BUILD.gn files to main tree.
brettw@chromium.org
2014-01-02
1
-0
/
+11
*
Remove heapcheck support.
thakis@chromium.org
2013-12-13
1
-27
/
+7
*
Enable tcmalloc heap-profiler module on Windows.
peria@chromium.org
2013-12-11
1
-8
/
+1
*
Cleanup allocator_shim.cc from ENABLE_DYNAMIC_ALLOCATOR_SWITCHING
b.kelemen@samsung.com
2013-11-08
1
-39
/
+15
*
Force out of memory crash when HeapAlloc() or HeapReAlloc() fail.
dalecurtis@chromium.org
2013-10-23
1
-0
/
+5
*
Fixes to get base compiling on VS2013
scottmg@chromium.org
2013-10-15
1
-2
/
+5
*
Enable DMP for system Chromium WebView on Android
mnaganov@chromium.org
2013-07-19
1
-0
/
+5
*
tcmalloc: Fix a C++11 error.
thakis@chromium.org
2013-06-29
1
-5
/
+0
*
Redo r203907 base_unittests.exe to use alloactor shims
wfh@chromium.org
2013-06-09
1
-1
/
+1
*
Revert 200327 to allocator.gyp to disable debugallocator on Windows
wfh@chromium.org
2013-06-05
1
-1
/
+2
*
Include stddef.h for the definition of size_t.
hans@chromium.org
2013-05-30
1
-0
/
+2
*
Adds TCMalloc support for Android.
bulach@chromium.org
2013-05-22
1
-1
/
+2
*
GTTF: Enable tcmalloc's debugallocation on Windows.
phajdan.jr@chromium.org
2013-05-15
1
-2
/
+1
*
Remove platform SDK reference in allocator.gyp
jschuh@chromium.org
2013-03-06
1
-2
/
+0
*
fixes to pre_libc.py script to correctly strip x64
wfh@chromium.org
2013-02-21
2
-9
/
+18
*
Revert 183089
jschuh@chromium.org
2013-02-18
1
-498
/
+438
*
Linux: add option to use system tcmalloc (off by default)
phajdan.jr@chromium.org
2013-02-18
1
-438
/
+498
*
Change call_new_handler to be non extern C; not called outside this code and ...
wfh@chromium.org
2013-02-15
1
-4
/
+5
*
Fixes to prep_libc.py to support correct stripping of x64 libcmt on x64 target
wfh@chromium.org
2013-02-14
1
-0
/
+2
*
Use WINHEAP by default if ADDRESS_SANITIZER is defined.
sebmarchand@chromium.org
2013-02-04
1
-1
/
+15
*
Disabling nacl_win64 targets when building in target_arch!=ia32 mode.
bradnelson@google.com
2013-01-21
1
-17
/
+21
*
GTTF: Enable debugallocation by default (try 3 or so).
phajdan.jr@chromium.org
2013-01-10
1
-2
/
+3
*
Revert r175915
oshima@chromium.org
2013-01-10
1
-1
/
+1
*
GTTF: Enable debugallocation by default.
phajdan.jr@chromium.org
2013-01-09
1
-1
/
+1
*
Report memory usage retained by TCMalloc freelists.
alexeif@chromium.org
2012-12-07
5
-62
/
+50
*
Add comments about what should and should not depend on 'allocator'
akalin@chromium.org
2012-12-06
1
-0
/
+3
*
Add an option to use tcmalloc's debugallocation for Debug builds
phajdan.jr@chromium.org
2012-12-04
3
-19
/
+31
*
Revert 170287 - Add dependency on allocator.gyp from 'base' and export it
akalin@chromium.org
2012-11-30
1
-1
/
+0
*
Add dependency on allocator.gyp from 'base' and export it
akalin@chromium.org
2012-11-29
1
-0
/
+1
*
Revert 166547 - Use tcmalloc's debugallocation for Debug builds
scottmg@google.com
2012-11-08
3
-31
/
+19
*
Use tcmalloc's debugallocation for Debug builds
phajdan.jr@chromium.org
2012-11-07
3
-19
/
+31
*
Add realloc_dbg to satisfy the libcpmtd which is provided with Visual Studio ...
bungeman@chromium.org
2012-11-05
1
-0
/
+4
*
Update prep_libc.py for new libcmt.lib layout.
bungeman@chromium.org
2012-11-02
1
-1
/
+3
*
A Speculative Revert for 164939 - Use tcmalloc's debugallocation for Debug bu...
hbono@chromium.org
2012-10-31
3
-31
/
+19
*
Use tcmalloc's debugallocation for Debug builds
phajdan.jr@chromium.org
2012-10-30
3
-19
/
+31
*
Handle NULL ptr calls to free() with the WIN allocator.
dalecurtis@google.com
2012-10-27
1
-1
/
+2
*
Fix gyp for type_profiler to work for make.
dmikurube@chromium.org
2012-10-15
1
-0
/
+1
*
Type profiler by intercepting 'new' and 'delete' expressions.
dmikurube@chromium.org
2012-09-26
9
-0
/
+637
*
Expose memory allocator internal stats and properties.
alexeif@chromium.org
2012-09-17
6
-22
/
+107
*
Disable memory allocation code from being instrumented by cygprofiler.
glotov@chromium.org
2012-09-06
1
-0
/
+7
*
roll clang 161353:161757
thakis@chromium.org
2012-08-17
1
-0
/
+5
*
Support vtable_verify (new compiler option).
cmtice@chromium.org
2012-08-17
1
-0
/
+6
*
Modify allocator_shim to support _aligned_alloc(), _aligned_free().
dalecurtis@chromium.org
2012-08-02
3
-1
/
+117
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
2
-2
/
+0
*
Try not to inline tcmalloc::Abort() so we can find it in stack trace.
kaiwang@chromium.org
2012-06-08
1
-1
/
+3
*
Avoid using cmd so that python can be found on path
jar@chromium.org
2012-05-30
1
-1
/
+0
*
1. Enable large object pointer offset check in release build.
kaiwang@chromium.org
2012-05-24
5
-9
/
+124
*
fix checkperms for prep_libc.py
scottmg@google.com
2012-05-23
1
-0
/
+0
[next]