summaryrefslogtreecommitdiffstats
path: root/base/memory
Commit message (Expand)AuthorAgeFilesLines
* 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
* base: Fix DiscardableSharedMemory::mapped_size().reveman2015-01-082-0/+15
* Revert of base: Enable browser-wide discardable memory on Linux, CrOS and Win...falken2015-01-074-8/+8
* base: Enable browser-wide discardable memory on Linux, CrOS and Windows.reveman2015-01-064-8/+8
* Disable DiscardableMemoryTest.AddressSpace under AddressSanitizer on Windowstimurrrr2014-12-291-0/+4
* base: Add free list implementation to browser-wide discardable memory system.reveman2014-12-244-21/+50
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-234-14/+14
* Update legacy Tuple-using code.Avi Drissman2014-12-221-9/+9
* base: Add ashmem support to base::DiscardableSharedMemory implementation.reveman2014-12-184-67/+260
* Extending the memory pressure system by adding one more state to denote a lac...skuhne2014-12-172-8/+10
* Allow closing SharedMemory without unmapping it.jbauman2014-12-106-11/+35
* Cleanup: Get rid of more base::ASCIIToWide usage.thestig2014-12-041-8/+8
* Enable boolean testing of scoped_refptr<T>.dcheng2014-11-262-1/+55
* Remove unneeded #define in ref_counted.hdcheng2014-11-251-15/+2
* Disable implicit conversion of scoped_refptr<T> to T* on Windows.dcheng2014-11-251-1/+1
* Enable -Wunused-local-typedefthakis2014-11-121-0/+2
* Cleanup: Remove unneeded path_service.h includes in base and chrome.thestig2014-11-061-1/+0
* Switch to clang for nocompile tests and rebaseline existing results.dcheng2014-11-032-24/+24
* Re-land: Add browser-wide discardable memory implementation.reveman2014-10-2522-6/+987
* Revert of Add browser-wide discardable memory implementation. (patchset #23 i...avi2014-10-2422-985/+6
* Add browser-wide discardable memory implementation.reveman2014-10-2422-6/+985
* Final step of the java_cpp_template -> java_cpp_enum migration.mkosiba2014-10-232-22/+10
* Update WeakPtr documentation for SequencedTaskRunner support.davidben2014-10-221-9/+10
* Clean up final uses of scoped_ptr<T>::PassAs() and remove it.dcheng2014-10-212-42/+0
* Standardize usage of virtual/override/final in base/dcheng2014-10-219-46/+45
* base: Add discardable memory test that check behavior when creating enough in...reveman2014-10-171-0/+16
* base: Use nullptr instead of NULL and static_cast in discardable memory unit ...reveman2014-10-161-2/+2
* base: Use LazyInstanceTraits instead of SharedState class for discardable mem...reveman2014-10-152-25/+56
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-154-20/+20
* Allow custom deleters to opt out of self reset checks for scoped_ptr.dcheng2014-10-142-3/+52
* base: Rename and move Mach implementation of discardable memory to a separate...reveman2014-10-149-156/+203
* base: Remove non-caching discardable memory implementation.reveman2014-10-138-126/+6
* base: Add NOTREACHED() for when using a non-supported discardable memory type.reveman2014-10-134-14/+18
* base: Use range-based for loops in DiscardableMemoryManager.reveman2014-10-131-5/+4
* Disable implicit conversions from scoped_refptr to T* on iOS.dcheng2014-10-111-1/+1
* Align base::hash_map with C++11, part 1.davidben2014-10-111-12/+0
* scoped_refptr: support opaque pointed-to classes via extern templatemdempsky2014-10-092-6/+36
* Disable implicit conversions from scoped_refptr to T* on Android.dcheng2014-10-091-1/+1
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-0711-43/+43
* base: Make scoped_ptr::Pass() act like std::move().danakj2014-10-062-19/+7
* Revert of Revert of Add nullptr support to scoped_ptr. (patchset #1 id:1 of h...eustas2014-09-292-39/+122
* Revert of Add nullptr support to scoped_ptr. (patchset #8 id:200001 of https:...eustas2014-09-292-122/+39