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
*
Make base::RefCountedBase methods inline
mikhail.pozdnyakov@intel.com
2013-12-05
2
-46
/
+43
*
Move temp file functions to base namespace.
brettw@chromium.org
2013-12-03
1
-2
/
+1
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
1
-1
/
+0
*
Move some more file utils to the base namespace.
brettw@chromium.org
2013-12-02
1
-1
/
+1
*
Add ScopedVector<T>::pop_back().
pliard@chromium.org
2013-11-29
2
-0
/
+19
*
Fix error: unused variable 'kNumTasks'.
justincohen@chromium.org
2013-11-28
1
-0
/
+2
*
Use posix_memalign for OS_NACL instead of memalign, remove TODO for docs.
jvoung@chromium.org
2013-11-28
1
-7
/
+6
*
Base: Remove Receive() from ScopedHandle.
rvargas@chromium.org
2013-11-28
1
-5
/
+7
*
Revert of https://codereview.chromium.org/71013004/
hashimoto@chromium.org
2013-11-27
1
-7
/
+5
*
Base: Remove Receive() from ScopedHandle.
rvargas@chromium.org
2013-11-27
1
-5
/
+7
*
Added RefCountedMallocedMemory
joaoe@opera.com
2013-11-22
3
-0
/
+50
*
Implement SharedMemory::ShareReadOnlyToProcess().
jyasskin@chromium.org
2013-11-20
6
-38
/
+229
*
Revert "Unmap unpinned ashmem regions."
pliard@chromium.org
2013-11-14
1
-26
/
+4
*
base: Avoid purging more discardable memory than necessary.
reveman@chromium.org
2013-11-12
3
-17
/
+22
*
Test ShareToProcess within the same process.
jyasskin@chromium.org
2013-11-07
1
-0
/
+18
*
Fix iOS device builds broken by r232181
kiyun@chromium.org
2013-11-05
1
-1
/
+1
*
Unmap unpinned ashmem regions. ...
pliard@chromium.org
2013-10-31
1
-4
/
+26
*
Add discardable memory emulation for non-android/mac platforms
vollick@chromium.org
2013-10-30
9
-53
/
+845
*
Change access flags on duplicated shared memory handle to read only when the ...
wfh@chromium.org
2013-10-30
1
-6
/
+7
*
No-op death test if not supported.
lpromero@chromium.org
2013-10-24
1
-1
/
+2
*
Refactor DiscardableMemory for the upcoming DiscardableMemoryAllocator.
pliard@chromium.org
2013-10-21
5
-244
/
+207
*
Add unit test for base::scoped_refptr boolean operations.
mikhail.pozdnyakov@intel.com
2013-10-21
2
-0
/
+26
*
Update a comment to align with the behaviour of the code.
rjkroege@chromium.org
2013-10-09
1
-3
/
+3
*
base: Fix MemoryPressureListener documentation
boliu@chromium.org
2013-10-02
1
-5
/
+2
*
Clean up a few unused globals.
thakis@chromium.org
2013-09-25
1
-4
/
+0
*
Remove obsolete WeakPtr hack.
sievers@chromium.org
2013-08-03
2
-39
/
+37
*
base: Re-re-apply WeakPtr support for SequencedWorkerPools
tommycli@chromium.org
2013-07-30
2
-9
/
+9
*
Revert 213906 "base: Re-apply WeakPtr support for SequencedWorke..."
dewittj@chromium.org
2013-07-26
2
-9
/
+9
*
base: Re-apply WeakPtr support for SequencedWorkerPools, fixing deadlock
tommycli@chromium.org
2013-07-26
2
-9
/
+9
*
Update include paths in base for base/process changes.
rsesek@chromium.org
2013-07-25
4
-7
/
+4
*
Revert 211956 "base: Change WeakPtr to use SequenceChecker inste..."
vandebo@chromium.org
2013-07-20
2
-9
/
+9
*
Use a direct include of the message_loop header in base/.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
base: Change WeakPtr to use SequenceChecker instead of ThreadChecker.
tommycli@chromium.org
2013-07-17
2
-9
/
+9
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-1
/
+1
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
1
-2
/
+1
*
Posix: fix named SHM mappings permissions.
jln@chromium.org
2013-07-02
2
-5
/
+112
*
ScopedVector - fix const semantics.
groby@chromium.org
2013-07-01
1
-2
/
+2
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-1
/
+1
*
Use a direct include of time headers in base/, part 1.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
1
-1
/
+1
*
Disallow explicit scoped_ptr<T> construction from NULL.
dcheng@chromium.org
2013-06-26
1
-0
/
+3
*
mac: Remove memory/scoped_nsobject.h forwarding header.
thakis@chromium.org
2013-06-25
1
-15
/
+0
*
Move scoped_nsobject from base/memory to base/mac.
thakis@chromium.org
2013-06-20
2
-228
/
+6
*
MemoryPressureListener: fixes ref-counting.
bulach@chromium.org
2013-06-18
1
-3
/
+20
*
Fix wrong header guards found by clang's new Wheader-guard.
thakis@chromium.org
2013-06-17
1
-1
/
+1
*
Adds RefCountedDeleteOnMessageLoop
droger@chromium.org
2013-06-14
1
-0
/
+70
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in base/.
dcheng@chromium.org
2013-06-13
1
-3
/
+1
*
Adds MemoryPressureListener.
bulach@chromium.org
2013-06-12
3
-0
/
+139
*
Fix aligned_memory_unittest for x86-64 NaCl
hamaji@chromium.org
2013-06-12
1
-2
/
+14
*
Fix leak in WeakPtrTest::NonOwnerThreadCanCopyAndAssignWeakPtr{,Base}
akalin@chromium.org
2013-06-10
1
-12
/
+8
[next]