|
base: Rename discardable memory allocator interface and remove unnecessary class.
There's only one discardable memory allocator interface. Rename it
to DiscardableMemoryAllocator. DiscardableMemoryShmemChunk class
is unnecessary, remove it.
BUG= 442945, 422953
Committed: https://crrev.com/1af05cb3770b3e3eb61d3731a09efcd1fbec242b
Cr-Commit-Position: refs/heads/master@{#321008}
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+230 lines, -322 lines) |
Patch |
 |
M |
ash/test/test_suite.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/test/test_suite.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
base/base.gyp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/base.gypi
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/memory/BUILD.gn
|
View
|
1
|
2 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
base/memory/discardable_memory.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
A |
base/memory/discardable_memory_allocator.h
|
View
|
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/memory/discardable_memory_allocator.cc
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
D |
base/memory/discardable_memory_shmem.h
|
View
|
|
1 chunk |
+0 lines, -37 lines |
0 comments
|
Download
|
 |
D |
base/memory/discardable_memory_shmem.cc
|
View
|
|
1 chunk |
+0 lines, -50 lines |
0 comments
|
Download
|
 |
D |
base/memory/discardable_memory_shmem_allocator.h
|
View
|
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
D |
base/memory/discardable_memory_shmem_allocator.cc
|
View
|
1
|
1 chunk |
+0 lines, -37 lines |
0 comments
|
Download
|
 |
M |
base/test/BUILD.gn
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
base/test/test_discardable_memory_allocator.h
|
View
|
1
2
3
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/test/test_discardable_memory_allocator.cc
|
View
|
1
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
D |
base/test/test_discardable_memory_shmem_allocator.h
|
View
|
1
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
D |
base/test/test_discardable_memory_shmem_allocator.cc
|
View
|
1
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/chrome_unit_test_suite.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/chrome_unit_test_suite.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/browser_main_loop.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/child/child_discardable_shared_memory_manager.h
|
View
|
1
2
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/child/child_discardable_shared_memory_manager.cc
|
View
|
1
2
3
4
|
5 chunks |
+33 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/child/child_discardable_shared_memory_manager_browsertest.cc
|
View
|
1
2
|
5 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/common/host_discardable_shared_memory_manager.h
|
View
|
1
2
|
3 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/common/host_discardable_shared_memory_manager.cc
|
View
|
1
2
3
4
|
5 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/test/blink_test_environment.cc
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/test/run_all_unittests.cc
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/message_center/test/run_all_unittests.cc
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 24 (7 generated)
|