|
Properly honor base::SharedMemory semantics for name="" to mean
new/private shared memory on POSIX. Transition base::SharedMemory
implementation to file/mmap() to prevent leaking of wired kernel
resources and allow easier cleanup. Enable one more shared_memory
unit test for POSIX. Enable stats_table_unittest.cc for Mac, and
modify it so it cleans up.
Total comments: 12
Total comments: 34
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+390 lines, -57 lines) |
Patch |
 |
M |
base/base.xcodeproj/project.pbxproj
|
View
|
1
2
3
4
7
8
9
|
5 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
base/file_util.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/file_util_linux.cc
|
View
|
11
12
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/file_util_mac.mm
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/file_util_posix.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
3 chunks |
+48 lines, -14 lines |
0 comments
|
Download
|
 |
M |
base/file_util_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
3 chunks |
+41 lines, -5 lines |
0 comments
|
Download
|
 |
M |
base/file_util_win.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
2 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/shared_memory.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
base/shared_memory_posix.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+129 lines, -17 lines |
0 comments
|
Download
|
 |
M |
base/shared_memory_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+80 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/shared_memory_win.cc
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/stats_table_unittest.cc
|
View
|
7
|
12 chunks |
+24 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_process.cc
|
View
|
2
3
4
5
6
7
8
|
2 chunks |
+1 line, -10 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|