summaryrefslogtreecommitdiffstats
path: root/base/memory
Commit message (Expand)AuthorAgeFilesLines
* base::ManualConstructor improvementsmikhail.pozdnyakov2015-04-091-60/+6
* Introduce base::MemoryPressureMonitordmichael2015-04-073-0/+72
* Re-land: base: Replace PurgeAndTruncate with Shrink function.reveman2015-04-063-22/+48
* Revert of base: Replace PurgeAndTruncate with Shrink function. (patchset #5 i...reveman2015-04-013-48/+22
* base: Replace PurgeAndTruncate with Shrink function.reveman2015-03-253-22/+48
* base: Remove DiscardableMemory::CreateLockedMemory.reveman2015-03-182-30/+16
* base: Rename discardable memory allocator interface and remove unnecessary cl...reveman2015-03-178-176/+73
* De-duplicate BASE_IMPLEMENTATION define in the GN build.brettw2015-03-161-1/+1
* Re-land: base: Implement browser process support for discardable memory.reveman2015-03-162-106/+1
* Revert "base: Implement browser process support for discardable memory."Stephen White2015-03-162-1/+106
* base: Implement browser process support for discardable memory.reveman2015-03-162-106/+1
* base: Remove discardable memory types.reveman2015-03-128-317/+14
* Add profiling to shared memory creation on posix systems.erikchen2015-03-121-1/+24
* base: Simplify the base::DiscardableMemory API.reveman2015-03-128-72/+24
* base: Remove unused DiscardableMemoryManager class.reveman2015-03-124-878/+0
* base: Remove DiscardableMemoryMach.reveman2015-03-119-218/+4
* base: Remove DiscardableMemoryAshmem.reveman2015-03-1113-1131/+7
* base: Remove DiscardableMemoryEmulated.reveman2015-03-119-244/+4
* Fix GN NaCl Debug build of base.ncbray2015-03-101-0/+81
* base: Fix/add header #ifndef guards.danakj2015-03-101-3/+3
* base: Use more specific CHECK macros for comparisons.danakj2015-03-092-2/+2
* Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...bnc2015-03-091-3/+3
* base: Fix/add header #ifndef guards.danakj2015-03-091-3/+3
* base: Spelling corrections in DiscardableSharedMemory comments.reveman2015-03-021-2/+2
* base: Use browser-wide discardable memory on MacOSX.reveman2015-02-271-1/+1
* base: Use browser-wide discardable memory on Android.reveman2015-02-271-1/+1
* On Windows, if intention for shared memory name is empty then we pass NULL.shrikant2015-02-241-1/+2
* Re-land: base: Enable browser-wide discardable memory on Linux, CrOS and Wind...reveman2015-02-214-8/+8
* Remove the happens-before annotations from base/memory/singleton.hglider2015-02-201-9/+0
* Remove unnecessary include after https://codereview.chromium.org/932153002/.bauerb2015-02-191-1/+0
* Revert of Re-land: base: Enable browser-wide discardable memory on Linux, CrO...kbr2015-02-194-8/+8
* Re-land: base: Enable browser-wide discardable memory on Linux, CrOS and Wind...reveman2015-02-194-8/+8
* Use std::stringstream for the expected value as well in ScopedPtrTest.Logging...bauerb2015-02-181-4/+7
* base: Remove use of DiscardableMemoryManager from shmem implementation of dis...reveman2015-02-1819-232/+16
* base: Fix DiscardableSharedMemory locking problem.reveman2015-02-182-16/+26
* Make logging a scoped_ptr<T> more useful.dcheng2015-02-172-0/+19
* Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.reillyg2015-02-091-1/+1
* Update {virtual,override,final} to follow C++11 style in base.dcheng2015-02-061-8/+8
* Move OpenProcessHandle to Process::Open.rvargas2015-02-041-48/+0
* Mechanical rename of tracing includes for /baseprimiano2015-01-312-2/+2
* base: Improve DiscardableSharedMemory support for ashmem.reveman2015-01-244-29/+38
* Revert of Re-land: base: Enable browser-wide discardable memory on Linux, CrO...reveman2015-01-204-8/+8
* Re-land: base: Enable browser-wide discardable memory on Linux, CrOS and Wind...reveman2015-01-174-8/+8
* Adds ScopedVector::push_back(scoped_ptr)sky2015-01-162-0/+15
* MultiProcessTest: Update SpawnChild* to return a Process.rvargas2015-01-121-4/+4
* Re-land: base: Fix DiscardableSharedMemory::mapped_size().reveman2015-01-122-0/+15
* Revert of base: Fix DiscardableSharedMemory::mapped_size(). (patchset #2 id:2...pennymac2015-01-102-15/+0
* Revert of Re-land: base: Enable browser-wide discardable memory on Linux, CrO...danakj2015-01-104-8/+8
* Re-land: base: Enable browser-wide discardable memory on Linux, CrOS and Wind...reveman2015-01-084-8/+8
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-082-6/+6