summaryrefslogtreecommitdiffstats
path: root/base/memory
Commit message (Expand)AuthorAgeFilesLines
* Update scoped_array<T>::reset logic to match scoped_ptr.dcheng@chromium.org2013-04-051-8/+10
* Make scoped_array<T> more compatible with scoped_ptr<T[]>.dcheng@chromium.org2013-04-051-0/+12
* Move shared_memory into base/memory subdirectory.brettw@chromium.org2013-03-296-0/+1620
* Fix WeakPtr's generalized copy constructor to work on non-owner threadsakalin@chromium.org2013-03-022-5/+71
* Update scoped_ptr<T>::reset() to more closely match std::unique_ptr<T>.dcheng@chromium.org2013-03-011-19/+22
* Revert 184179dcheng@chromium.org2013-02-231-22/+19
* Update scoped_ptr<T>::reset() to more closely match std::unique_ptr<T>.dcheng@chromium.org2013-02-221-19/+22
* Break the debug build if a scoped_ptr self-reset is detected.dcheng@chromium.org2013-02-091-0/+3
* Fix scoped_ptr<T[]> to disallow construction and reset from NULL.dcheng@chromium.org2013-02-022-0/+28
* Adding upper limit to DiscardableMemoryAndroidqinmin@chromium.org2013-01-282-1/+57
* Add implementation for WebKit::WebDiscardableMemory and WebKitPlatformSupport...qinmin@chromium.org2013-01-251-3/+2
* Remove explicit cast in discardable_memory_mac.mark@chromium.org2013-01-241-4/+1
* Fix no-compile tests in base.dcheng@chromium.org2013-01-232-5/+5
* Implement DiscardableMemory for Mac/iOS.avi@chromium.org2013-01-235-52/+258
* Follow up change to fix some leftovers in DiscardableMemoryqinmin@chromium.org2013-01-233-9/+12
* Equality on scoped_ptr can be done with const pointers.qsr@chromium.org2013-01-221-2/+2
* Add base::DiscardableMemory class and implementation for androidqinmin@chromium.org2013-01-223-0/+250
* mac: Remove OwnershipPolicy parameter to scoped_nsobject.thakis@chromium.org2013-01-162-36/+13
* Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org2013-01-151-1/+1
* Avoid sending notifications when the bitmap data in the history backend is re...pkotwicz@chromium.org2013-01-143-0/+36
* Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and de...ajwong@chromium.org2012-12-203-92/+758
* Assert on actual contents of ScopedVector in scoped_vector_unittest.gavinp@chromium.org2012-12-081-2/+25
* Remove scoped_refptr::release which is confusing and causes leaks.piman@chromium.org2012-12-081-11/+0
* Clean up ScopedVectorTest's LifeCycleObject.gavinp@chromium.org2012-12-041-9/+10
* Fix leak in ScopedVector<>::resize()gavinp@chromium.org2012-11-272-1/+41
* Make RefCountedData thread-safeakalin@chromium.org2012-11-141-4/+5
* Move mru_cache to the new containers subdirectory.brettw@chromium.org2012-11-132-576/+0
* Add a SmallMap to base for small map lookups.brettw@chromium.org2012-11-091-0/+125
* Revert 165006 - Revert 165005 until skia_webkit.gyp is present everywhere.bungeman@chromium.org2012-10-301-9/+1
* Revert 165005 until skia_webkit.gyp is present everywhere.bungeman@chromium.org2012-10-301-1/+9
* Fix move.h's to use a concrete RValue carrier object rather than hacking a RV...ajwong@chromium.org2012-10-152-25/+16
* [Mac] base::scoped_nsobject<>::autorelease()shess@chromium.org2012-10-132-0/+16
* Allow scoped_ptr variables to be used in boolean expressionsenne@chromium.org2012-10-061-0/+15
* Add WARN_UNUSED_RESULT to scoped_refptr::release.xiaomings@google.com2012-08-281-1/+2
* Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task...fischman@chromium.org2012-08-071-4/+0
* base: Fix minor warnings reported by cppcheck.tfarina@chromium.org2012-08-061-7/+9
* base: Suggest forward declare DefaultSingletonTraits in header files.tfarina@chromium.org2012-07-311-1/+2
* Upgrade AlignedMemory to support dynamic allocations.dalecurtis@chromium.org2012-07-263-6/+120
* base: Class member variables should be ended with trailing underscores.tfarina@chromium.org2012-07-241-35/+35
* Revert 147988 - Upgrade AlignedMemory to support dynamic allocations.acolwell@chromium.org2012-07-243-121/+7
* Upgrade AlignedMemory to support dynamic allocations.dalecurtis@chromium.org2012-07-233-7/+121
* Enable aligned_memory_unittest.cc on iOS.leng@chromium.org2012-07-201-3/+7
* base: Make ScopedVector::clear() destroy elements.derat@chromium.org2012-07-192-6/+21
* Second try of http://codereview.chromium.org/10698063/kaiwang@chromium.org2012-07-112-158/+292
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1116-16/+0
* Revert 145402 - Rename/re-comment tests and 2 new death tests for WeakPtrraymes@google.com2012-07-042-209/+137
* Rename/re-comment tests and 2 new death tests for WeakPtrkaiwang@chromium.org2012-07-042-137/+209
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-2/+9
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-06-262-4/+11
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-06-251-0/+4