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
/
memory
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve build issues for ashmem_allocator/libc++
pasko@chromium.org
2014-07-02
1
-41
/
+42
*
Expose a low-end device mode override flags for non-android OSs as well
c.shu@samsung.com
2014-06-26
1
-2
/
+2
*
Test that a WeakPtrFactory can create new weak pointers after a
wtc@chromium.org
2014-06-21
1
-0
/
+10
*
Revert 268371 "base: Increase emulated discardable memory limit."
reveman@chromium.org
2014-06-18
1
-3
/
+4
*
dllexport base::internal::WeakReference::Flag
hans@chromium.org
2014-06-11
1
-1
/
+1
*
Remove base/memory/scoped_handle.h
brettw@chromium.org
2014-06-10
1
-50
/
+0
*
chrome: Add crash key for discardable memory usage.
reveman@chromium.org
2014-06-05
1
-0
/
+6
*
A couple of incremental improvements for DiscardableMemory.
mark@chromium.org
2014-05-13
4
-19
/
+27
*
Use the new ScopedMachVM class and the MACH_LOG family of logging macros
mark@chromium.org
2014-05-12
1
-27
/
+42
*
base: Use DiscardableMemoryManager on MacOSX.
reveman@chromium.org
2014-05-11
6
-83
/
+135
*
Back out r269483 and the line of fixes that followed it.
mark@chromium.org
2014-05-10
1
-32
/
+23
*
Remove extra bogus header.
mark@chromium.org
2014-05-10
1
-1
/
+0
*
Fix iOS after r269483.
mark@chromium.org
2014-05-10
1
-28
/
+28
*
Use the new ScopedMachVM class and the MACH_LOG family of logging macros
mark@chromium.org
2014-05-10
1
-30
/
+40
*
base: Increase emulated discardable memory limit.
reveman@chromium.org
2014-05-06
1
-4
/
+3
*
Add pointer+size ctor to RefCountedBytes
scottmg@chromium.org
2014-04-30
3
-2
/
+17
*
Reland r267170 "Use DiscardableMemoryManager on Android."
pliard@chromium.org
2014-04-30
18
-285
/
+417
*
Revert 267170 "Use DiscardableMemoryManager on Android."
pliard@chromium.org
2014-04-30
18
-415
/
+283
*
Use DiscardableMemoryManager on Android.
pliard@chromium.org
2014-04-30
18
-283
/
+415
*
base: Refactor DiscdarableMemoryManager for use with different type of alloca...
reveman@chromium.org
2014-04-25
5
-328
/
+367
*
Allow creating SharedMemory that can't be shared read-only.
jbauman@chromium.org
2014-04-23
3
-24
/
+44
*
base: Avoid unnecessary calls to BytesAllocatedChanged().
reveman@chromium.org
2014-04-11
1
-1
/
+3
*
base: Add a trace counter for amount of discardable memory allocated.
reveman@chromium.org
2014-04-11
2
-0
/
+16
*
Remove use of mprotect() in DiscardableMemoryAllocatorAndroid.
pliard@chromium.org
2014-03-24
1
-12
/
+6
*
Remove the (private) SharedMemory::{PrepareMapFile,FilePathForMemoryName}() o...
viettrungluu@chromium.org
2014-03-22
2
-3
/
+4
*
base: Rename DiscardableMemoryProvider to DiscardableMemoryManager.
reveman@chromium.org
2014-03-21
4
-92
/
+92
*
Remove CreateAndOpenTemporaryShmemFile().
viettrungluu@chromium.org
2014-03-20
1
-1
/
+3
*
Convert scoped_ptr_malloc -> scoped_ptr, part 6.
viettrungluu@chromium.org
2014-03-20
1
-134
/
+1
*
base: Replace BytesToReclaimUnderModeratePressure with BytesToKeepUnderModera...
reveman@chromium.org
2014-03-18
3
-27
/
+23
*
Disallow calling Map on currently-mapped SharedMemory
jbauman@chromium.org
2014-03-18
5
-2
/
+24
*
Move ScopedFILE to base namespace and scoped_file.h
brettw@chromium.org
2014-03-17
2
-3
/
+2
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-17
3
-22
/
+18
*
Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...
jochen@chromium.org
2014-03-15
3
-18
/
+22
*
Revert 257300 "Disallow calling Map on currently-mapped SharedMe..."
jbauman@chromium.org
2014-03-15
5
-24
/
+2
*
Disallow calling Map on currently-mapped SharedMemory
jbauman@chromium.org
2014-03-15
5
-2
/
+24
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-14
3
-22
/
+18
*
Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...
thakis@chromium.org
2014-03-14
3
-17
/
+21
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-14
3
-21
/
+17
*
Get rid of multiprocess_test's debug_on_start arguments.
viettrungluu@chromium.org
2014-03-09
1
-1
/
+1
*
Update AshmemRegion::highest_allocated_chunk_ when merging free chunks.
pliard@chromium.org
2014-03-07
2
-3
/
+28
*
Move ashmem utility functions to discardable_memory_allocator_android.cc.
pliard@chromium.org
2014-03-07
3
-116
/
+74
*
Fix base::internal::Singleton to use acquire loads instead of nobarrier ones.
glider@chromium.org
2014-03-07
2
-2
/
+8
*
Make kAllowedToAccessOnNonjoinableThread debug-only.
thakis@chromium.org
2014-03-06
1
-0
/
+4
*
Deprecate named base::SharedMemory.
viettrungluu@chromium.org
2014-03-05
5
-27
/
+33
*
Disable AlignedMemoryTest.StackAlignment for size >= 128 on arm64
sdefresne@chromium.org
2014-03-04
1
-1
/
+6
*
Fix bug in DiscardableMemoryAllocatorAndroid.
pliard@chromium.org
2014-03-04
2
-4
/
+53
*
Make scoped_ptr_malloc abort() on an invalid assignment.
viettrungluu@chromium.org
2014-02-26
1
-0
/
+5
*
Deprecate base::SharedMemory's lock functionality.
viettrungluu@chromium.org
2014-02-24
5
-45
/
+31
*
Convert scoped_ptr_malloc -> scoped_ptr, part 1.
viettrungluu@chromium.org
2014-02-16
2
-4
/
+2
*
Rename base::ScopedPtrAlignedFree to AlignedFreeDeleter.
viettrungluu@chromium.org
2014-02-15
2
-4
/
+4
[next]