|
Adds TCMalloc support for Android.
This is part of the effort to bring TCMalloc to android.
The first goal is to get instrumentation to facilitate
integration with DMP and memory profiling.
This is not yet intended for full production usage as the
default allocator.
BUG= 162208
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201524
Total comments: 8
Total comments: 41
Total comments: 17
Total comments: 4
Total comments: 4
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+121 lines, -88 lines) |
Patch |
|
M |
base/allocator/allocator.gyp
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
build/build_config.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
build/common.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
content/content_shell.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/tcmalloc/README.chromium
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
third_party/tcmalloc/chromium/src/base/sysinfo.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
third_party/tcmalloc/chromium/src/config.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A + |
third_party/tcmalloc/chromium/src/config_android.h
|
View
|
1
2
3
4
5
6
|
5 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
|
M |
third_party/tcmalloc/chromium/src/getpc.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
|
M |
third_party/tcmalloc/chromium/src/libc_override_gcc_and_weak.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+9 lines, -2 lines |
0 comments
|
Download
|
|
M |
third_party/tcmalloc/chromium/src/maybe_threads.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
third_party/tcmalloc/chromium/src/profiler.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A + |
third_party/tcmalloc/chromium/src/stacktrace_android-inl.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+67 lines, -74 lines |
0 comments
|
Download
|
|
M |
third_party/tcmalloc/chromium/src/stacktrace_config.h
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 30 (0 generated)
|