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
*
Work on Windows GN allocator.
brettw
2015-07-22
1
-10
/
+32
*
Remove old/unused atomicops code
sbc
2015-07-01
1
-0
/
+11
*
wfh@ to base/alloc owners
cpu
2015-06-02
1
-0
/
+4
*
base: Fix/add header #ifndef guards.
danakj
2015-03-10
2
-6
/
+6
*
Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...
bnc
2015-03-09
2
-6
/
+6
*
base: Fix/add header #ifndef guards.
danakj
2015-03-09
2
-6
/
+6
*
Update Chomium's build files to work w/ latest GN binaries.
dpranke
2015-02-20
1
-1
/
+1
*
Add //ipc to "gn check", work on base
brettw
2015-02-17
1
-1
/
+5
*
Re-sort GYP files with the latest version of tools/source_list.py
satorux
2015-02-16
1
-7
/
+7
*
Sort GN files under base
satorux
2015-02-13
1
-2
/
+2
*
Delete some tests from allocator_unittests.
thakis
2015-02-12
1
-292
/
+2
*
Restore debug allocator functions.
wfh
2015-01-26
1
-0
/
+63
*
Remove optimize max for allocator shim on Windows. This optimization is no l...
wfh
2015-01-23
1
-5
/
+0
*
Tidy up the allocator shim, which is now Windows only.
wfh
2015-01-23
4
-268
/
+124
*
clang/win: Fix a few warnings/errors.
wfh
2015-01-18
1
-8
/
+4
*
Restore the allocator shim on Windows. Add 2Gb limit on allocations via the ...
wfh
2015-01-13
9
-821
/
+520
*
gn format // (the rest, except mojo)
scottmg
2014-12-03
1
-1
/
+3
*
gn format //base
scottmg
2014-12-03
1
-8
/
+9
*
Don't /O2 on allocator on Windows in Debug
scottmg
2014-11-21
1
-1
/
+1
*
Make *some* version of the Win GN build work.
dpranke
2014-11-08
1
-1
/
+1
*
Replace forward_dependent_configs with public_deps
Brett Wilson
2014-09-23
1
-1
/
+1
*
Compile specific parts of the Android build with -O2.
fdegans
2014-09-17
1
-0
/
+4
*
Convert GN visibility variables to lists.
brettw
2014-09-06
1
-1
/
+1
*
Follow-up for https://codereview.chromium.org/419323002/
thakis@chromium.org
2014-08-07
1
-5
/
+13
*
base/allocator: Hardcode TCMalloc optimization level to 2 on Windows.
willchan@chromium.org
2014-08-05
1
-3
/
+10
*
base/allocator: Hardcode TCMalloc debug optimization level to 2 on Linux.
willchan@chromium.org
2014-08-02
1
-0
/
+3
*
clang/win: Fix a few warnings.
thakis@chromium.org
2014-07-27
2
-17
/
+10
*
Re-enable various MSVC warnings.
pkasting@chromium.org
2014-07-26
1
-0
/
+11
*
Add ppapi, improve Windows GN build.
brettw@chromium.org
2014-05-27
1
-0
/
+6
*
GN win: prep_libc and fix tcmalloc linkage
scottmg@chromium.org
2014-05-22
2
-2
/
+34
*
tcmalloc: Only include cpu profiler in profiling=1 builds.
thakis@chromium.org
2014-05-19
1
-1
/
+4
*
Fix GN win build.
brettw@chromium.org
2014-05-17
1
-1
/
+2
*
Hook up base unit tests and allocator to GN build.
brettw@chromium.org
2014-05-16
1
-1
/
+199
*
Pull GN @ r262225
brettw@chromium.org
2014-04-08
1
-0
/
+1
*
Remove all uses of GG_LONGLONG and GG_ULONGLONG.
viettrungluu@chromium.org
2014-04-08
1
-5
/
+4
*
Revert 262147 "Remove all uses of GG_LONGLONG and GG_ULONGLONG."
scottmg@chromium.org
2014-04-07
1
-5
/
+5
*
Remove all uses of GG_LONGLONG and GG_ULONGLONG.
viettrungluu@chromium.org
2014-04-07
1
-5
/
+5
*
Remove GN GYP generator.
brettw@chromium.org
2014-03-27
1
-1
/
+0
*
Use SYZYASAN instead of ADDRESS_SANITIZER.
chrisha@google.com
2014-03-27
1
-8
/
+8
*
Revert "Enable DMP for system Chromium WebView on Android"
primiano@chromium.org
2014-03-25
1
-5
/
+0
*
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
[next]